diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d393de6..aa735581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.0](https://github.com/customerio/customerio-reactnative/compare/3.5.4...3.6.0) (2024-04-10) + + +### Features + +* privacy manifest files ([#254](https://github.com/customerio/customerio-reactnative/issues/254)) ([6a7c1f1](https://github.com/customerio/customerio-reactnative/commit/6a7c1f1c33188b15edc54fea60650fb58361a3ff)) + ## [3.5.4](https://github.com/customerio/customerio-reactnative/compare/3.5.3...3.5.4) (2024-04-09) diff --git a/package.json b/package.json index 8ba25efe..d25068e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-reactnative", - "version": "3.5.4", + "version": "3.6.0", "description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.", "main": "lib/commonjs/index", "module": "lib/module/index",