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