diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fe178..1eae508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.0](https://github.com/customerio/customerio-flutter/compare/1.4.0...1.5.0) (2024-07-02) + +### Features + +* do not show modal message if screen changes and page rule mismatches ([#131](https://github.com/customerio/customerio-flutter/issues/131)) ([a563055](https://github.com/customerio/customerio-flutter/commit/a5630555e34668a10c299a1b22f59afcc46217e9)) + ## [1.4.0](https://github.com/customerio/customerio-flutter/compare/1.3.2...1.4.0) (2024-04-18) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 8b193a7..056ec08 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.4.0"; +const version = "1.5.0"; diff --git a/pubspec.yaml b/pubspec.yaml index 6914095..c787e40 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.4.0 +version: 1.5.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter