diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 08a8c70c..0eebf4fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.9.1" + ".": "5.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31edb78d..2c2202b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.9.2](https://github.com/launchdarkly/android-client-sdk/compare/5.9.1...5.9.2) (2025-10-17) + + +### Bug Fixes + +* bumping gson to incorporate fixes and improvements ([#312](https://github.com/launchdarkly/android-client-sdk/issues/312)) ([9ee3537](https://github.com/launchdarkly/android-client-sdk/commit/9ee3537d62d6a2a0cb1ba9feadc5bf31d73724b0)) + ## [5.9.1](https://github.com/launchdarkly/android-client-sdk/compare/5.9.0...5.9.1) (2025-07-21) diff --git a/gradle.properties b/gradle.properties index 65cb477e..8bba733e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.9.1 +version=5.9.2 #x-release-please-end sonatypeUsername=