diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cce8e3..9d8954cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.9.0](https://github.com/customerio/customerio-reactnative/compare/3.8.0...3.9.0) (2024-08-28) + +### Features + +* fetch in-app messages on new profile identification ([#307](https://github.com/customerio/customerio-reactnative/issues/307)) ([cb272c2](https://github.com/customerio/customerio-reactnative/commit/cb272c2ce0b406a58c6ddad951682cc21071fbd5)) + ## [3.8.0](https://github.com/customerio/customerio-reactnative/compare/3.7.2...3.8.0) (2024-07-02) ### Features diff --git a/package.json b/package.json index e9cb3bd8..bf7b6be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customerio-reactnative", - "version": "3.8.0", + "version": "3.9.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",