diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 028d2d67..af6c62f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.10.0" + ".": "5.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 330dc6b0..fc6ffe33 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.0](https://github.com/launchdarkly/android-client-sdk/compare/5.10.0...5.11.0) (2026-02-13) + + +### Features + +* Add support for per-context summary events. ([#320](https://github.com/launchdarkly/android-client-sdk/issues/320)) ([c5f078f](https://github.com/launchdarkly/android-client-sdk/commit/c5f078fd62df7dea367510f64c975eef4f06d208)) + ## [5.10.0](https://github.com/launchdarkly/android-client-sdk/compare/5.9.2...5.10.0) (2025-12-11) diff --git a/gradle.properties b/gradle.properties index bb1ed59e..cf2a6f6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.10.0 +version=5.11.0 #x-release-please-end sonatypeUsername=