Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.2
Browse files Browse the repository at this point in the history
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2024-04-03)

### Features

* enable app installed & updated events for iOS ([#183](#183)) ([2d4cfe2](2d4cfe2))
  • Loading branch information
amplitude-sdk-bot committed Apr 3, 2024
1 parent 2d4cfe2 commit 74a1d14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 74a1d14

Please sign in to comment.