Skip to content

Commit c009623

Browse files
chore(main): release 5.0.5 (#250)
🤖 I have created a release *beep* *boop* --- ## [5.0.5](5.0.4...5.0.5) (2024-03-07) ### Bug Fixes * propagating NPE fix for ContextBuilder.fromContext bug ([#246](#246)) ([3205005](3205005)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb92537 commit c009623

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.4"
2+
".": "5.0.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5](https://github.com/launchdarkly/android-client-sdk/compare/5.0.4...5.0.5) (2024-03-07)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [5.0.4] - 2024-02-27
613
### Fixed:
714
- Improved thread usage in streaming connections.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
#x-release-please-start-version
21-
version=5.0.4
21+
version=5.0.5
2222
#x-release-please-end
2323

2424
sonatypeUsername=

0 commit comments

Comments
 (0)