Skip to content

Commit

Permalink
chore: prepare for 2.1.0
Browse files Browse the repository at this point in the history
## [2.1.0](2.0.0...2.1.0) (2025-01-06)

### Features

* add option to disable screen view usage ([#190](#190)) ([b4a4fed](b4a4fed))
  • Loading branch information
semantic-release-bot committed Jan 6, 2025
1 parent b4a4fed commit 75b136e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.0](https://github.com/customerio/customerio-flutter/compare/2.0.0...2.1.0) (2025-01-06)

### Features

* 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))

## [2.0.0](https://github.com/customerio/customerio-flutter/compare/1.5.2...2.0.0) (2024-12-10)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/res/values/customer_io_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
This will be updated by update-version script with Flutter package version
whenever new version of Flutter package is released
-->
<string name="customer_io_wrapper_sdk_client_version">2.0.0</string>
<string name="customer_io_wrapper_sdk_client_version">2.1.0</string>
</resources>
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "2.0.0";
const version = "2.1.0";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: customer_io
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
version: 2.0.0
version: 2.1.0
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit 75b136e

Please sign in to comment.