diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b0f3f..e1eb38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.2.5](https://github.com/customerio/customerio-flutter/compare/1.2.4...1.2.5) (2023-09-07) + + +### Bug Fixes + +* in-app concurrency issue android ([#73](https://github.com/customerio/customerio-flutter/issues/73)) ([93332a4](https://github.com/customerio/customerio-flutter/commit/93332a44f0865534b414626a9f177efbb979f311)) + ### [1.2.4](https://github.com/customerio/customerio-flutter/compare/1.2.3...1.2.4) (2023-07-25) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 6917e90..25fe3d2 100755 --- a/lib/customer_io_plugin_version.dart +++ b/lib/customer_io_plugin_version.dart @@ -1,2 +1,2 @@ // Don't modify this line - it's automatically updated -const version = "1.2.4"; +const version = "1.2.5"; diff --git a/pubspec.yaml b/pubspec.yaml index 73ac634..1e3d3bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: customer_io description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers. -version: 1.2.4 +version: 1.2.5 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter