diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c28c9..5ce3b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.0](https://github.com/synapsestudios/react-native-zendesk-support/compare/v1.0.2...v1.1.0) - 2020-06-11 +### Added +- [#5](https://github.com/synapsestudios/react-native-zendesk-support/issues/5) Create tickets in the background without zendesk's UI +### Updated +- [#38](https://github.com/synapsestudios/react-native-zendesk-support/pull/38) Use root project's sdk version if possible + ## [v1.0.2](https://github.com/synapsestudios/react-native-zendesk-support/compare/v1.0.1...v1.0.2) - 2019-03-26 ### Fixed - [#23](https://github.com/synapsestudios/react-native-zendesk-support/issues/23) Fixed conflicting NPM version number diff --git a/package.json b/package.json index 3782afc..c5ee6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@synapsestudios/react-native-zendesk-support", - "version": "1.0.2", + "version": "1.1.0", "description": "React Native Wrapper around Zendesk Support", "main": "index.js", "repository": {