From d77189fad26d187d5537890e9a57e59f2288dfe2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jul 2023 18:03:26 +0000 Subject: [PATCH] chore: prepare for 1.2.3 ### [1.2.3](https://github.com/customerio/customerio-flutter/compare/1.2.2...1.2.3) (2023-07-14) ### Bug Fixes * hardcode android native SDK version ([#61](https://github.com/customerio/customerio-flutter/issues/61)) ([587f559](https://github.com/customerio/customerio-flutter/commit/587f559fbba4864d17f0506875474ff705866189)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671337b..e46724b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.2.3](https://github.com/customerio/customerio-flutter/compare/1.2.2...1.2.3) (2023-07-14) + + +### Bug Fixes + +* hardcode android native SDK version ([#61](https://github.com/customerio/customerio-flutter/issues/61)) ([587f559](https://github.com/customerio/customerio-flutter/commit/587f559fbba4864d17f0506875474ff705866189)) + ### [1.2.2](https://github.com/customerio/customerio-flutter/compare/1.2.1...1.2.2) (2023-06-27) diff --git a/pubspec.yaml b/pubspec.yaml index 7731677..bbd3cd3 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.2 +version: 1.2.3 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter