diff --git a/CHANGELOG.md b/CHANGELOG.md index fce4c86..72e783a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.7](https://github.com/customerio/customerio-flutter/compare/1.2.6...1.2.7) (2023-10-18) + + +### Bug Fixes + +* in-app crash for no browser ([#94](https://github.com/customerio/customerio-flutter/issues/94)) ([8b859ed](https://github.com/customerio/customerio-flutter/commit/8b859eddf383c1a195767eb87cf6513bb81ac44c)) + ## [1.2.6](https://github.com/customerio/customerio-flutter/compare/1.2.5...1.2.6) (2023-09-28) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index df8b6a7..fb7b7e8 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.6"; +const version = "1.2.7"; diff --git a/pubspec.yaml b/pubspec.yaml index 128e1f1..b66b036 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.6 +version: 1.2.7 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter