From a0c1d2f304345376a311aed90b69a21323fd9789 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 18:04:35 +0000 Subject: [PATCH] chore: prepare for 1.3.2 ## [1.3.2](https://github.com/customerio/customerio-flutter/compare/1.3.1...1.3.2) (2024-04-08) ### Bug Fixes * added proguard rules for R8 strict mode ([#116](https://github.com/customerio/customerio-flutter/issues/116)) ([9946fe7](https://github.com/customerio/customerio-flutter/commit/9946fe73938ae25caf4beac710855feeaa2e4dba)) --- 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 4e25021..06907a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/customerio/customerio-flutter/compare/1.3.1...1.3.2) (2024-04-08) + + +### Bug Fixes + +* added proguard rules for R8 strict mode ([#116](https://github.com/customerio/customerio-flutter/issues/116)) ([9946fe7](https://github.com/customerio/customerio-flutter/commit/9946fe73938ae25caf4beac710855feeaa2e4dba)) + ## [1.3.1](https://github.com/customerio/customerio-flutter/compare/1.3.0...1.3.1) (2023-11-14) diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 62bdc14..ba24844 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.1"; +const version = "1.3.2"; diff --git a/pubspec.yaml b/pubspec.yaml index c63eea1..7f9b57b 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.1 +version: 1.3.2 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter