Skip to content

Commit

Permalink
chore: prepare for 2.1.2
Browse files Browse the repository at this point in the history
## [2.1.2](2.1.1...2.1.2) (2025-02-21)

### Bug Fixes

* improve push delivery tracking for Android 14 and above ([#204](#204)) ([8b60a4e](8b60a4e))
  • Loading branch information
semantic-release-bot committed Feb 21, 2025
1 parent 8b60a4e commit ffcacfd
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.2](https://github.com/customerio/customerio-flutter/compare/2.1.1...2.1.2) (2025-02-21)

### Bug Fixes

* improve push delivery tracking for Android 14 and above ([#204](https://github.com/customerio/customerio-flutter/issues/204)) ([8b60a4e](https://github.com/customerio/customerio-flutter/commit/8b60a4ee1d5357ee871fcf03684b307a117350fa))

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

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

Expand Down

0 comments on commit ffcacfd

Please sign in to comment.