Skip to content

Commit

Permalink
chore(main): release 5.3.1 (#275)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.3.1](5.3.0...5.3.1)
(2024-07-10)


### Bug Fixes

* registered LDStatusListeners are now sent updates that result from a
call to LDClient.identify(...)
([#274](#274))
([a648213](a648213))

---
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 Jul 10, 2024
1 parent a648213 commit cc5ee7e
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.3.0"
".": "5.3.1"
}
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.3.1](https://github.com/launchdarkly/android-client-sdk/compare/5.3.0...5.3.1) (2024-07-10)


### Bug Fixes

* registered LDStatusListeners are now sent updates that result from a call to LDClient.identify(...) ([#274](https://github.com/launchdarkly/android-client-sdk/issues/274)) ([a648213](https://github.com/launchdarkly/android-client-sdk/commit/a648213dfd6b7f50a76f7a8160f07e62628aedbb))

## [5.3.0](https://github.com/launchdarkly/android-client-sdk/compare/5.2.0...5.3.0) (2024-05-13)


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.3.0
version=5.3.1
#x-release-please-end

sonatypeUsername=
Expand Down

0 comments on commit cc5ee7e

Please sign in to comment.