diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eae508..e0f5b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.1](https://github.com/customerio/customerio-flutter/compare/1.5.0...1.5.1) (2024-08-01) + +### Bug Fixes + +* send native to flutter messages on main thread ([#134](https://github.com/customerio/customerio-flutter/issues/134)) ([bc8704b](https://github.com/customerio/customerio-flutter/commit/bc8704b03891372566f3450ed02a082ecb0ae4a9)) + ## [1.5.0](https://github.com/customerio/customerio-flutter/compare/1.4.0...1.5.0) (2024-07-02) ### Features diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 056ec08..96ffbd7 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.5.0"; +const version = "1.5.1"; diff --git a/pubspec.yaml b/pubspec.yaml index c787e40..c8ee64a 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.5.0 +version: 1.5.1 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter