From 8af0e113d2606beffe86587d6837da0a38d549ff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Jun 2023 13:18:53 +0000 Subject: [PATCH] chore: prepare for 1.2.2 ### [1.2.2](https://github.com/customerio/customerio-flutter/compare/1.2.1...1.2.2) (2023-06-27) ### Bug Fixes * iOS crash on forced unwrapping ([#59](https://github.com/customerio/customerio-flutter/issues/59)) ([f514174](https://github.com/customerio/customerio-flutter/commit/f5141742c49e876f40034d366c7122d519ee897e)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b14e4..671337b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.2.2](https://github.com/customerio/customerio-flutter/compare/1.2.1...1.2.2) (2023-06-27) + + +### Bug Fixes + +* iOS crash on forced unwrapping ([#59](https://github.com/customerio/customerio-flutter/issues/59)) ([f514174](https://github.com/customerio/customerio-flutter/commit/f5141742c49e876f40034d366c7122d519ee897e)) + ### [1.2.1](https://github.com/customerio/customerio-flutter/compare/1.2.0...1.2.1) (2023-06-06) diff --git a/pubspec.yaml b/pubspec.yaml index 2eb0045..7731677 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.1 +version: 1.2.2 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter