diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a33c5..0e338bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0-beta.2](https://github.com/amplitude/Amplitude-Flutter/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-04-03) + + +### Features + +* enable app installed & updated events for iOS ([#183](https://github.com/amplitude/Amplitude-Flutter/issues/183)) ([2d4cfe2](https://github.com/amplitude/Amplitude-Flutter/commit/2d4cfe2d4ec87aaaf1b5d530c2b725ee64ce608f)) + # [4.0.0-beta.1](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.1...v4.0.0-beta.1) (2024-03-12) diff --git a/example/pubspec.lock b/example/pubspec.lock index b3cc04e..8a27f7d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "4.0.0-beta.1" + version: "4.0.0-beta.2" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 6f32caa..e03d0e0 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,6 +1,6 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '4.0.0-beta.1'; + static const packageVersion = '4.0.0-beta.2'; static const identify_event = '\$identify'; static const group_identify_event = '\$groupidentify'; static const revenue_event = 'revenue_amount'; diff --git a/pubspec.yaml b/pubspec.yaml index 4c9148e..e9cf34f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 4.0.0-beta.1 +version: 4.0.0-beta.2 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter