diff --git a/CHANGELOG.md b/CHANGELOG.md index 6776844..5f75301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.0 +* Add `regenerateDeviceId` API to enable regenerate a new deviceId. + ## 2.2.3 * Bump iOS (7.2.0) and Android (2.29.2) Amplitude SDK versions * Add `setUseDynamicConfig` API to dynamically adjust server URL diff --git a/example/pubspec.lock b/example/pubspec.lock index a334769..87920ea 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.2.3" + version: "2.3.0" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 06c981b..c5a38db 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '2.2.3'; + static const packageVersion = '2.3.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index 0123a5a..a4e3365 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 2.2.3 +version: 2.3.0 homepage: https://www.amplitude.com environment: