Skip to content

Commit 259f07a

Browse files
chore(main): release 5.6.0 (#286)
🤖 I have created a release *beep* *boop* --- ## [5.6.0](5.5.0...5.6.0) (2025-01-08) ### Features * polling data source now supports one shot configuration ([a995a4e](a995a4e)) ### Bug Fixes * polling data source no longer reports initialized=true incorrectly when rate limiting delays first poll ([a995a4e](a995a4e)) --- 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> Co-authored-by: Todd Anderson <[email protected]>
1 parent d24c497 commit 259f07a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.5.0"
2+
".": "5.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6.0](https://github.com/launchdarkly/android-client-sdk/compare/5.5.0...5.6.0) (2025-01-08)
6+
7+
8+
### Features
9+
10+
* polling data source now supports one shot configuration ([a995a4e](https://github.com/launchdarkly/android-client-sdk/commit/a995a4e0fae91552e563e4235970f933292d7be8))
11+
12+
13+
### Bug Fixes
14+
15+
* polling data source no longer reports initialized=true incorrectly when rate limiting delays first poll ([a995a4e](https://github.com/launchdarkly/android-client-sdk/commit/a995a4e0fae91552e563e4235970f933292d7be8))
16+
517
## [5.5.0](https://github.com/launchdarkly/android-client-sdk/compare/5.4.0...5.5.0) (2024-11-22)
618

719

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.5.0
21+
version=5.6.0
2222
#x-release-please-end
2323

2424
sonatypeUsername=

0 commit comments

Comments
 (0)