From 9b66c706f724c38e3966b91453a95135281147d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:20:59 +0000 Subject: [PATCH] chore(main): release 5.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bf38528..d49c9e28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 886a2539..c5e8fe00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.6.0](https://github.com/launchdarkly/android-client-sdk/compare/5.5.0...5.6.0) (2025-01-08) + + +### Features + +* polling data source now supports one shot configuration ([a995a4e](https://github.com/launchdarkly/android-client-sdk/commit/a995a4e0fae91552e563e4235970f933292d7be8)) + + +### Bug Fixes + +* 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)) + ## [5.5.0](https://github.com/launchdarkly/android-client-sdk/compare/5.4.0...5.5.0) (2024-11-22) diff --git a/gradle.properties b/gradle.properties index 75493b58..a4a2f3fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.5.0 +version=5.6.0 #x-release-please-end sonatypeUsername=