From e196181db651096721c5e871f9454b0e6ae43bf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:05:37 -0500 Subject: [PATCH] chore(main): release 5.1.1 (#262) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index affd1ab3..6c877557 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0242a940..e314b676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 1d40a4c1..6eec5192 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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=