Skip to content

Commit 82b7370

Browse files
chore: prepare for 3.3.0
## [3.3.0](3.2.2...3.3.0) (2026-02-21) ### Features * support for notification inbox ([#313](#313)) ([b1e732b](b1e732b))
1 parent b1e732b commit 82b7370

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.0](https://github.com/customerio/customerio-flutter/compare/3.2.2...3.3.0) (2026-02-21)
2+
3+
### Features
4+
5+
* support for notification inbox ([#313](https://github.com/customerio/customerio-flutter/issues/313)) ([b1e732b](https://github.com/customerio/customerio-flutter/commit/b1e732b7606e2f95e54d9a50f00cbbeb72b119ea))
6+
17
## [3.2.2](https://github.com/customerio/customerio-flutter/compare/3.2.1...3.2.2) (2026-02-16)
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">3.2.2</string>
12+
<string name="customer_io_wrapper_sdk_client_version">3.3.0</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 = "3.2.2";
2+
const version = "3.3.0";

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: 3.2.2
3+
version: 3.3.0
44
homepage: https://customer.io
55
repository: https://github.com/customerio/customerio-flutter
66

0 commit comments

Comments
 (0)