Skip to content

Commit

Permalink
chore(main): release 5.0.5 (#250)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Mar 7, 2024
1 parent bb92537 commit c009623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.4"
".": "5.0.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit c009623

Please sign in to comment.