From d2bce4d979b9cf0d2788faaf2dedb66f3d387886 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Apr 2023 13:04:42 +0000 Subject: [PATCH] chore: prepare for 1.1.0 ## [1.1.0](https://github.com/customerio/customerio-flutter/compare/1.0.0...1.1.0) (2023-04-26) ### Features * process push notifications received outside CIO SDK ([#38](https://github.com/customerio/customerio-flutter/issues/38)) ([7b5cb7e](https://github.com/customerio/customerio-flutter/commit/7b5cb7e2aab1f7d3d9a521d5a58b9d0f3eab5177)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4089aee..71065a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/customerio/customerio-flutter/compare/1.0.0...1.1.0) (2023-04-26) + + +### Features + +* process push notifications received outside CIO SDK ([#38](https://github.com/customerio/customerio-flutter/issues/38)) ([7b5cb7e](https://github.com/customerio/customerio-flutter/commit/7b5cb7e2aab1f7d3d9a521d5a58b9d0f3eab5177)) + ## 1.0.0 (2023-04-03) diff --git a/pubspec.yaml b/pubspec.yaml index 8eee91e..ecc9f53 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.0.0 +version: 1.1.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter