diff --git a/CHANGELOG.md b/CHANGELOG.md index e1eb38c..fce4c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/customerio/customerio-flutter/compare/1.2.5...1.2.6) (2023-09-28) + + +### Bug Fixes + +* stack-overflow caused by BQ recursion ([#90](https://github.com/customerio/customerio-flutter/issues/90)) ([ebc7511](https://github.com/customerio/customerio-flutter/commit/ebc7511d19409d7524f5aa8dd5446d85dc14ecfb)) + ### [1.2.5](https://github.com/customerio/customerio-flutter/compare/1.2.4...1.2.5) (2023-09-07) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 25fe3d2..df8b6a7 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.5"; +const version = "1.2.6"; diff --git a/pubspec.yaml b/pubspec.yaml index 1e3d3bd..128e1f1 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.5 +version: 1.2.6 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter