Skip to content

Commit

Permalink
chore: prepare for 1.0.0
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-04-03)

### Features

* added missing methods ([#17](#17)) ([73f29e6](73f29e6))
* added SDK config  ([#1](#1)) ([e8ed7dd](e8ed7dd))
* tracking and in-app added ([#2](#2)) ([c23f2d9](c23f2d9))

### Bug Fixes

* add test coverage and refactored scripts ([#34](#34)) ([f7f2387](f7f2387))
* formatting issues ([d67fa7e](d67fa7e))
* in-app remove gist org id ([#19](#19)) ([ce4cc9e](ce4cc9e))
* missing methods and extra dependency ([2c5deca](2c5deca))
* obj-c bindings issue ([0dbe4ef](0dbe4ef))
* plugin version in user-agent ([a10e482](a10e482))
* release script typo ([2a8b7ae](2a8b7ae))
* typo fixed ([#9](#9)) ([a5107df](a5107df)), closes [#7](#7) [#8](#8)
* updated android dependency to auto update ([#24](#24)) ([040cef2](040cef2))
* updated icon and typo ([57c6eef](57c6eef))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 338f90b commit 9882dcc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.0.0 (2023-04-03)


### Features

* added missing methods ([#17](https://github.com/customerio/customerio-flutter/issues/17)) ([73f29e6](https://github.com/customerio/customerio-flutter/commit/73f29e64cb58c24f97f3654c5519e22e5255c507))
* added SDK config ([#1](https://github.com/customerio/customerio-flutter/issues/1)) ([e8ed7dd](https://github.com/customerio/customerio-flutter/commit/e8ed7ddef985895840a4e406c1a5bb35250c7096))
* tracking and in-app added ([#2](https://github.com/customerio/customerio-flutter/issues/2)) ([c23f2d9](https://github.com/customerio/customerio-flutter/commit/c23f2d936b801692618c5938ab3d32183345fbbe))


### Bug Fixes

* add test coverage and refactored scripts ([#34](https://github.com/customerio/customerio-flutter/issues/34)) ([f7f2387](https://github.com/customerio/customerio-flutter/commit/f7f2387941a6416411b26061420ccfb98ed0db72))
* formatting issues ([d67fa7e](https://github.com/customerio/customerio-flutter/commit/d67fa7eea264d20e1b6314277bef926150625f4e))
* in-app remove gist org id ([#19](https://github.com/customerio/customerio-flutter/issues/19)) ([ce4cc9e](https://github.com/customerio/customerio-flutter/commit/ce4cc9e4dd596ba2ff47e02199096154eac8ec06))
* missing methods and extra dependency ([2c5deca](https://github.com/customerio/customerio-flutter/commit/2c5decac44288e6fba439c1a5669032a0282c69c))
* obj-c bindings issue ([0dbe4ef](https://github.com/customerio/customerio-flutter/commit/0dbe4ef4a893df10d5bf060b6635240699357fa1))
* plugin version in user-agent ([a10e482](https://github.com/customerio/customerio-flutter/commit/a10e482de83bb4f648408f99a2bed1cade6561c7))
* release script typo ([2a8b7ae](https://github.com/customerio/customerio-flutter/commit/2a8b7aea96d74cd095c122cede2f7c7ff3dfbd89))
* typo fixed ([#9](https://github.com/customerio/customerio-flutter/issues/9)) ([a5107df](https://github.com/customerio/customerio-flutter/commit/a5107dfb566561d9b8d3155f0a8a87096de78ee2)), closes [#7](https://github.com/customerio/customerio-flutter/issues/7) [#8](https://github.com/customerio/customerio-flutter/issues/8)
* updated android dependency to auto update ([#24](https://github.com/customerio/customerio-flutter/issues/24)) ([040cef2](https://github.com/customerio/customerio-flutter/commit/040cef205821c9bb1913a378dfffa356a3b25650))
* updated icon and typo ([57c6eef](https://github.com/customerio/customerio-flutter/commit/57c6eefb7d77bc88972450d75e74f1982abb8b16))

## [1.0.0-beta.3](https://github.com/customerio/customerio-flutter/compare/1.0.0-beta.2...1.0.0-beta.3) (2023-03-31)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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-beta.3
version: 1.0.0
homepage: https://customer.io
repository: https://github.com/customerio/customerio-flutter

Expand Down

0 comments on commit 9882dcc

Please sign in to comment.