From e6862c9a6b145d7264cfea95e7977c6f805eff52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 09:54:11 +0000 Subject: [PATCH] chore: prepare for 1.4.0 ## [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)) --- CHANGELOG.md | 7 +++++++ lib/customer_io_plugin_version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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