Skip to content

Commit f669b97

Browse files
chore(release): 4.3.9
## [4.3.9](v4.3.8...v4.3.9) (2025-10-14) ### Bug Fixes * lock iOS and Android SDK dependencies to specific versions ([#284](#284)) ([a4ffb5b](a4ffb5b))
1 parent a4ffb5b commit f669b97

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.3.9](https://github.com/amplitude/Amplitude-Flutter/compare/v4.3.8...v4.3.9) (2025-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* lock iOS and Android SDK dependencies to specific versions ([#284](https://github.com/amplitude/Amplitude-Flutter/issues/284)) ([a4ffb5b](https://github.com/amplitude/Amplitude-Flutter/commit/a4ffb5be190d579ad265ad9a92cddd2b01c4e287))
7+
18
## [4.3.8](https://github.com/amplitude/Amplitude-Flutter/compare/v4.3.7...v4.3.8) (2025-10-09)
29

310

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "4.3.8"
10+
version: "4.3.9"
1111
async:
1212
dependency: transitive
1313
description:

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Constants {
22
static const packageName = 'amplitude-flutter';
3-
static const packageVersion = '4.3.8';
3+
static const packageVersion = '4.3.9';
44
static const identifyEvent = '\$identify';
55
static const groupIdentifyEvent = '\$groupidentify';
66
static const revenueEvent = 'revenue_amount';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplitude_flutter
22
description: Official Amplitude Flutter SDK, supporting Android, iOS, macOS, and web platforms.
3-
version: 4.3.8
3+
version: 4.3.9
44
homepage: https://www.amplitude.com
55
repository: https://github.com/amplitude/Amplitude-Flutter
66

0 commit comments

Comments
 (0)