diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e783a..75abae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.0](https://github.com/customerio/customerio-flutter/compare/1.2.7...1.3.0) (2023-10-25) + + +### Features + +* in-app message persistence ([#97](https://github.com/customerio/customerio-flutter/issues/97)) ([71d85cc](https://github.com/customerio/customerio-flutter/commit/71d85cc4ce25a37399a68afda975abea19bfccc1)) + ## [1.2.7](https://github.com/customerio/customerio-flutter/compare/1.2.6...1.2.7) (2023-10-18) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index fb7b7e8..942a4d1 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.7"; +const version = "1.3.0"; diff --git a/pubspec.yaml b/pubspec.yaml index b66b036..8f4542e 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.7 +version: 1.3.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter