diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index acfdaa32..4824c0eb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,16 @@ +## [@segment/analytics-react-native-v2.17.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.16.1...@segment/analytics-react-native-v2.17.0) (2023-10-20) + + +### Features + +* add consent management and support for onetrust cmp ([#882](https://github.com/segmentio/analytics-react-native/issues/882)) ([375684f](https://github.com/segmentio/analytics-react-native/commit/375684f99ac4324d30c009924ad004098d9feb38)) + + +### Bug Fixes + +* add unknown option to current state ([#887](https://github.com/segmentio/analytics-react-native/issues/887)) ([a0a3b0d](https://github.com/segmentio/analytics-react-native/commit/a0a3b0df3269542fcbd836ae1d2d5d7a77157313)) +* change content type to json ([#885](https://github.com/segmentio/analytics-react-native/issues/885)) ([e8ddeb4](https://github.com/segmentio/analytics-react-native/commit/e8ddeb49a97e62ccd6150e88bfb16014ede1332e)) + ## [@segment/analytics-react-native-v2.16.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.16.0...@segment/analytics-react-native-v2.16.1) (2023-09-14) diff --git a/packages/core/package.json b/packages/core/package.json index 55763051..5eab343c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native", - "version": "2.16.1", + "version": "2.17.0", "description": "The hassle-free way to add Segment analytics to your React-Native app.", "main": "lib/commonjs/index", "scripts": {