diff --git a/CHANGELOG.md b/CHANGELOG.md index e46724b..82b0f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.2.4](https://github.com/customerio/customerio-flutter/compare/1.2.3...1.2.4) (2023-07-25) + + +### Bug Fixes + +* in-app messages not displaying for release builds on Android ([#65](https://github.com/customerio/customerio-flutter/issues/65)) ([1d742c2](https://github.com/customerio/customerio-flutter/commit/1d742c2975fd200df45a7e6c81c54eead0302a9c)) + ### [1.2.3](https://github.com/customerio/customerio-flutter/compare/1.2.2...1.2.3) (2023-07-14) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index e854607..6917e90 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.3"; +const version = "1.2.4"; diff --git a/pubspec.yaml b/pubspec.yaml index bbd3cd3..73ac634 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.3 +version: 1.2.4 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter