diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2941e5b1..74b66b43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.4" + ".": "5.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 947a31fa..ed5a75b8 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.0.5](https://github.com/launchdarkly/android-client-sdk/compare/5.0.4...5.0.5) (2024-03-07) + + +### Bug Fixes + +* propagating NPE fix for ContextBuilder.fromContext bug ([#246](https://github.com/launchdarkly/android-client-sdk/issues/246)) ([3205005](https://github.com/launchdarkly/android-client-sdk/commit/320500539c56bdf2e9345c29dbc34b6e68ef8616)) + ## [5.0.4] - 2024-02-27 ### Fixed: - Improved thread usage in streaming connections. diff --git a/gradle.properties b/gradle.properties index f531dee2..b6312ec0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.0.4 +version=5.0.5 #x-release-please-end sonatypeUsername=