Skip to content

Commit

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

### Bug Fixes

* Update native Android and iOS CIO SDK versions ([#192](#192)) ([b8cb309](b8cb309))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent b8cb309 commit 27b8511
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.1](https://github.com/customerio/customerio-flutter/compare/2.1.0...2.1.1) (2025-01-09)

### Bug Fixes

* Update native Android and iOS CIO SDK versions ([#192](https://github.com/customerio/customerio-flutter/issues/192)) ([b8cb309](https://github.com/customerio/customerio-flutter/commit/b8cb309b775e24288acd3c31192429962bc5cd8c))

## [2.1.0](https://github.com/customerio/customerio-flutter/compare/2.0.0...2.1.0) (2025-01-06)

### Features
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.1.0</string>
<string name="customer_io_wrapper_sdk_client_version">2.1.1</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.1.0";
const version = "2.1.1";
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.1.0
version: 2.1.1
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit 27b8511

Please sign in to comment.