Skip to content

Commit 75b136e

Browse files
chore: prepare for 2.1.0
## [2.1.0](2.0.0...2.1.0) (2025-01-06) ### Features * add option to disable screen view usage ([#190](#190)) ([b4a4fed](b4a4fed))
1 parent b4a4fed commit 75b136e

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.1.0](https://github.com/customerio/customerio-flutter/compare/2.0.0...2.1.0) (2025-01-06)
2+
3+
### Features
4+
5+
* add option to disable screen view usage ([#190](https://github.com/customerio/customerio-flutter/issues/190)) ([b4a4fed](https://github.com/customerio/customerio-flutter/commit/b4a4feddb943972f635826d55d31a4cb14904210))
6+
17
## [2.0.0](https://github.com/customerio/customerio-flutter/compare/1.5.2...2.0.0) (2024-12-10)
28

39
### ⚠ BREAKING CHANGES

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.0.0</string>
12+
<string name="customer_io_wrapper_sdk_client_version">2.1.0</string>
1313
</resources>

lib/customer_io_plugin_version.dart

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.0.0";
2+
const version = "2.1.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: 2.0.0
3+
version: 2.1.0
44
homepage: https://customer.io
55
repository: https://github.com/customerio/customerio-flutter
66

0 commit comments

Comments
 (0)