From 4b905cd244055be7f25816697391ed598dcb124c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 21:40:47 +0000 Subject: [PATCH] chore: prepare for 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/customerio/customerio-flutter/compare/1.5.2...2.0.0) (2024-12-10) ### ⚠ BREAKING CHANGES * flutter as a source for Data pipelines ### Features * flutter as a source for Data pipelines ([21a2bf0](https://github.com/customerio/customerio-flutter/commit/21a2bf0ab506bbb78fc94dc933950dafb1583e7c)) --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ff4d1..2e59551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.0.0](https://github.com/customerio/customerio-flutter/compare/1.5.2...2.0.0) (2024-12-10) + +### ⚠ BREAKING CHANGES + +* flutter as a source for Data pipelines + +### Features + +* flutter as a source for Data pipelines ([21a2bf0](https://github.com/customerio/customerio-flutter/commit/21a2bf0ab506bbb78fc94dc933950dafb1583e7c)) + ## [1.5.2](https://github.com/customerio/customerio-flutter/compare/1.5.1...1.5.2) (2024-09-06) ### Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 769a8f8..f4d743d 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.5.2 +version: 2.0.0 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter