Skip to content

Commit

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


##
[5.1.1](5.1.0...5.1.1)
(2024-03-26)


### Bug Fixes

* improved LDClient.identify(...) behavior when offline
([#261](#261))
([24ce942](24ce942))

---
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 26, 2024
1 parent 24ce942 commit e196181
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.1.0"
".": "5.1.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.1.1](https://github.com/launchdarkly/android-client-sdk/compare/5.1.0...5.1.1) (2024-03-26)


### Bug Fixes

* improved LDClient.identify(...) behavior when offline ([#261](https://github.com/launchdarkly/android-client-sdk/issues/261)) ([24ce942](https://github.com/launchdarkly/android-client-sdk/commit/24ce9422f8c10bc61be3159680c7600c0cd27df4))

## [5.1.0](https://github.com/launchdarkly/android-client-sdk/compare/5.0.5...5.1.0) (2024-03-14)


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

sonatypeUsername=
Expand Down

0 comments on commit e196181

Please sign in to comment.