Skip to content

Commit a114078

Browse files
chore: prepare for 1.3.0
## [1.3.0](1.2.7...1.3.0) (2023-10-25) ### Features * in-app message persistence ([#97](#97)) ([71d85cc](71d85cc))
1 parent 71d85cc commit a114078

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.0](https://github.com/customerio/customerio-flutter/compare/1.2.7...1.3.0) (2023-10-25)
2+
3+
4+
### Features
5+
6+
* in-app message persistence ([#97](https://github.com/customerio/customerio-flutter/issues/97)) ([71d85cc](https://github.com/customerio/customerio-flutter/commit/71d85cc4ce25a37399a68afda975abea19bfccc1))
7+
18
## [1.2.7](https://github.com/customerio/customerio-flutter/compare/1.2.6...1.2.7) (2023-10-18)
29

310

lib/customer_io_plugin_version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Don't modify this line - it's automatically updated
2-
const version = "1.2.7";
2+
const version = "1.3.0";

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: customer_io
22
description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers.
3-
version: 1.2.7
3+
version: 1.3.0
44
homepage: https://customer.io
55
repository: https://github.com/customerio/customerio-flutter
66

0 commit comments

Comments
 (0)