Skip to content

Commit 2b41c91

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.0.4
1 parent 3065edb commit 2b41c91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.0.4] - 2024-02-27
6+
### Fixed:
7+
- Improved thread usage in streaming connections.
8+
59
## [5.0.3] - 2024-02-02
610
### Fixed:
711
- Fixes a bug in which a race condition between identify and network state change could result in a crash.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
version=5.0.3
19+
version=5.0.4
2020

2121
sonatypeUsername=
2222
sonatypePassword=

0 commit comments

Comments
 (0)