diff --git a/CHANGELOG.md b/CHANGELOG.md index 949d2a5..6cd62ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [9.4.2] - 2024-10-25 +### Changed: +- Updates underlying iOS SDK to 9.11.0 and Android SDK to 5.4.0 to incorporate latest functionality. For more details see [iOS release notes](https://github.com/launchdarkly/ios-client-sdk/releases) and [Android release notes](https://github.com/launchdarkly/android-client-sdk/releases) + ## [9.4.1] - 2024-10-25 ### Fixed: - Internal build process changes. diff --git a/package-lock.json b/package-lock.json index 9ec04d5..fb99f42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.1", + "version": "9.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.1", + "version": "9.4.2", "license": "Apache-2.0", "dependencies": { "launchdarkly-js-sdk-common": "5.0.3" diff --git a/package.json b/package.json index 47b91bf..9d69531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.1", + "version": "9.4.2", "description": "LaunchDarkly Client-side SDK for React Native", "main": "index.js", "types": "index.d.ts",