diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b88235..947a31fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.4] - 2024-02-27 +### Fixed: +- Improved thread usage in streaming connections. + ## [5.0.3] - 2024-02-02 ### Fixed: - Fixes a bug in which a race condition between identify and network state change could result in a crash. diff --git a/gradle.properties b/gradle.properties index 691cfd11..e113cf83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -version=5.0.3 +version=5.0.4 sonatypeUsername= sonatypePassword=