Skip to content

Commit 3aaced3

Browse files
chore: prepare for 2.4.2
## [2.4.2](2.4.1...2.4.2) (2025-07-24) ### Bug Fixes * update Customer.io native SDKs (iOS 3.11.0, Android 4.7.1) ([#253](#253)) ([9e66b4b](9e66b4b))
1 parent 9e66b4b commit 3aaced3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.4.2](https://github.com/customerio/customerio-flutter/compare/2.4.1...2.4.2) (2025-07-24)
2+
3+
### Bug Fixes
4+
5+
* update Customer.io native SDKs (iOS 3.11.0, Android 4.7.1) ([#253](https://github.com/customerio/customerio-flutter/issues/253)) ([9e66b4b](https://github.com/customerio/customerio-flutter/commit/9e66b4beee2ebbbe3bbf7e79e83011255fd91349))
6+
17
## [2.4.1](https://github.com/customerio/customerio-flutter/compare/2.4.0...2.4.1) (2025-07-21)
28

39
### Bug Fixes

android/src/main/res/values/customer_io_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
This will be updated by update-version script with Flutter package version
1010
whenever new version of Flutter package is released
1111
-->
12-
<string name="customer_io_wrapper_sdk_client_version">2.4.1</string>
12+
<string name="customer_io_wrapper_sdk_client_version">2.4.2</string>
1313
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Don't modify this line - it's automatically updated
2-
const version = "2.4.1";
2+
const version = "2.4.2";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: customer_io
22
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
3-
version: 2.4.1
3+
version: 2.4.2
44
homepage: https://customer.io
55
repository: https://github.com/customerio/customerio-flutter
66

0 commit comments

Comments
 (0)