From 32250298b0bc2fb192f114fa97f43eef208e0731 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 12:15:37 +0000 Subject: [PATCH] chore: prepare for 1.5.2 ## [1.5.2](https://github.com/customerio/customerio-flutter/compare/1.5.1...1.5.2) (2024-09-06) ### Bug Fixes * improve in-app logs ([#139](https://github.com/customerio/customerio-flutter/issues/139)) ([b10cc75](https://github.com/customerio/customerio-flutter/commit/b10cc751d6f220e7c7ade1c189bba28ee16b68ff)) --- CHANGELOG.md | 6 ++++++ lib/customer_io_plugin_version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f5b9b..31ff4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.2](https://github.com/customerio/customerio-flutter/compare/1.5.1...1.5.2) (2024-09-06) + +### Bug Fixes + +* improve in-app logs ([#139](https://github.com/customerio/customerio-flutter/issues/139)) ([b10cc75](https://github.com/customerio/customerio-flutter/commit/b10cc751d6f220e7c7ade1c189bba28ee16b68ff)) + ## [1.5.1](https://github.com/customerio/customerio-flutter/compare/1.5.0...1.5.1) (2024-08-01) ### Bug Fixes diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 96ffbd7..98d7f0f 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.5.1"; +const version = "1.5.2"; diff --git a/pubspec.yaml b/pubspec.yaml index c8ee64a..062087b 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.5.1 +version: 1.5.2 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter