From 70604fc0525d82426a70f82bc2a3b99fb3b0e1ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:43:23 +0000 Subject: [PATCH] chore(main): release 5.11.1 --- .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 af6c62f4..dfdf2d8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.11.0" + ".": "5.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6ffe33..4ba78eaf 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.11.1](https://github.com/launchdarkly/android-client-sdk/compare/5.11.0...5.11.1) (2026-03-23) + + +### Bug Fixes + +* Call identify hooks during init. ([#331](https://github.com/launchdarkly/android-client-sdk/issues/331)) ([a09cb57](https://github.com/launchdarkly/android-client-sdk/commit/a09cb571f60a6573bbf13bb484a4ccda3feacc06)) + ## [5.11.0](https://github.com/launchdarkly/android-client-sdk/compare/5.10.0...5.11.0) (2026-02-13) diff --git a/gradle.properties b/gradle.properties index cf2a6f6a..aaf9a44d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.11.0 +version=5.11.1 #x-release-please-end sonatypeUsername=