diff --git a/CHANGELOG.md b/CHANGELOG.md index 06907a7..48fe178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.0](https://github.com/customerio/customerio-flutter/compare/1.3.2...1.4.0) (2024-04-18) + + +### Features + +* support for android gradle plugin 8 ([#117](https://github.com/customerio/customerio-flutter/issues/117)) ([48b4e06](https://github.com/customerio/customerio-flutter/commit/48b4e06ae85ef7bd58e963e89d67d23d7191d5aa)) + ## [1.3.2](https://github.com/customerio/customerio-flutter/compare/1.3.1...1.3.2) (2024-04-08) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index ba24844..8b193a7 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.3.2"; +const version = "1.4.0"; diff --git a/pubspec.yaml b/pubspec.yaml index 7f9b57b..6914095 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.3.2 +version: 1.4.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter