From ca3009340e65ce9def52df73838d6020e8c6dd69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Apr 2023 20:39:34 +0000 Subject: [PATCH] chore: prepare for 1.1.1 ### [1.1.1](https://github.com/customerio/customerio-flutter/compare/1.1.0...1.1.1) (2023-04-26) ### Bug Fixes * missing opened metric on android 12 and above ([#43](https://github.com/customerio/customerio-flutter/issues/43)) ([1a61e0e](https://github.com/customerio/customerio-flutter/commit/1a61e0e587bd0315122db2783b76930fa372c589)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71065a1..638b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.1.1](https://github.com/customerio/customerio-flutter/compare/1.1.0...1.1.1) (2023-04-26) + + +### Bug Fixes + +* missing opened metric on android 12 and above ([#43](https://github.com/customerio/customerio-flutter/issues/43)) ([1a61e0e](https://github.com/customerio/customerio-flutter/commit/1a61e0e587bd0315122db2783b76930fa372c589)) + ## [1.1.0](https://github.com/customerio/customerio-flutter/compare/1.0.0...1.1.0) (2023-04-26) diff --git a/pubspec.yaml b/pubspec.yaml index ecc9f53..e195a4b 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.1.0 +version: 1.1.1 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter