diff --git a/CHANGELOG.md b/CHANGELOG.md index a0825e7..9eac189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.5.0 +* Add `preInsert`, `postInsert`, `remove`, `clearAll` methods for `Identify`. Thanks @reeichert! + ## 3.4.0 * Add `useAppSetIdForDeviceId` API for Android. * Upgrade kotlin gradle plugin to '1.5.30'. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 5673455..86a519f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -22,8 +22,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Amplitude: 5627b4574e36d789a75c1656ba39b3278edf1ade amplitude_flutter: 1d309a857273856f67e827d68bce547518ed527f - Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c + Flutter: 0e3d915762c693b495b44d77113d4970485de6ec -PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea +PODFILE CHECKSUM: 7c0562dd817e722f66e06d0beb6e4108968d2c23 -COCOAPODS: 1.10.1 +COCOAPODS: 1.11.2 diff --git a/example/pubspec.lock b/example/pubspec.lock index 84ebf3d..acb7ed4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.4.0" + version: "3.5.0" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 319fc99..107d8be 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.4.0'; + static const packageVersion = '3.5.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index c95a018..c922e32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.4.0 +version: 3.5.0 homepage: https://www.amplitude.com environment: