From 0a3ebc14da8bae8e0f76e868a072a04b0e43308a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 17:03:48 +0000 Subject: [PATCH] chore(main): release 5.7.0 --- .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 b66c8240..68f9449d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.6.1" + ".": "5.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf672eb..b62c1a28 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.7.0](https://github.com/launchdarkly/android-client-sdk/compare/5.6.1...5.7.0) (2025-05-19) + + +### Features + +* Add support for inline contexts for custom events ([#296](https://github.com/launchdarkly/android-client-sdk/issues/296)) ([7ea838f](https://github.com/launchdarkly/android-client-sdk/commit/7ea838ff3f55c2b511c0ed5ffbbcb8112bf48fa8)) + ## [5.6.1](https://github.com/launchdarkly/android-client-sdk/compare/5.6.0...5.6.1) (2025-01-21) diff --git a/gradle.properties b/gradle.properties index 36e9d7de..cfd5c594 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.6.1 +version=5.7.0 #x-release-please-end sonatypeUsername=