From 6b406cd6302bcfb1d3de24765604508d0768b971 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Tue, 21 Jan 2025 18:11:02 +0000 Subject: [PATCH] chore(release): 3.16.7 ## [3.16.7](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.6...v3.16.7) (2025-01-21) ### Bug Fixes * removed references to deprecated v1 Android embedding ([#220](https://github.com/amplitude/Amplitude-Flutter/issues/220)) ([82aa8db](https://github.com/amplitude/Amplitude-Flutter/commit/82aa8db50bcc5bc19fb9d82ac968d0e9cc2851e3)) --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031f392..4e9c28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.16.7](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.6...v3.16.7) (2025-01-21) + + +### Bug Fixes + +* removed references to deprecated v1 Android embedding ([#220](https://github.com/amplitude/Amplitude-Flutter/issues/220)) ([82aa8db](https://github.com/amplitude/Amplitude-Flutter/commit/82aa8db50bcc5bc19fb9d82ac968d0e9cc2851e3)) + ## [3.16.6](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.5...v3.16.6) (2025-01-02) diff --git a/example/pubspec.lock b/example/pubspec.lock index a1873b7..3b21014 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.16.6" + version: "3.16.7" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 7c64850..c859eb0 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.16.6'; + static const packageVersion = '3.16.7'; } diff --git a/pubspec.yaml b/pubspec.yaml index eb098bc..4f04e54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.16.6 +version: 3.16.7 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter