diff --git a/CHANGELOG.md b/CHANGELOG.md index 0482bf4..d4da70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.13.0 +* Implement setDeviceId + ## 3.12.0 * Bump Amplitude Android SDK version (2.38.3) * Bump Amplitude iOS SDK version (8.14.0) diff --git a/example/pubspec.lock b/example/pubspec.lock index ec9d74c..8123411 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.12.0" + version: "3.13.0" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 8ec1541..8e64208 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.12.0'; + static const packageVersion = '3.13.0'; } diff --git a/pubspec.yaml b/pubspec.yaml index aa8a46a..549aa16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.12.0 +version: 3.13.0 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter