diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83fd1e7d..408fe753 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.15.0" + ".": "5.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f01432..3f7dcf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.15.1](https://github.com/launchdarkly/android-client-sdk/compare/5.15.0...5.15.1) (2026-08-21) + + +### Bug Fixes + +* make the close/reset timer tests deterministic ([0160533](https://github.com/launchdarkly/android-client-sdk/commit/0160533a7fa985ccf36caf84fcee9ebed85d344d)) +* make the close/reset timer tests deterministic ([#394](https://github.com/launchdarkly/android-client-sdk/issues/394)) ([984d2e6](https://github.com/launchdarkly/android-client-sdk/commit/984d2e6cc8f09eb166b41bd8b4832ef4c1061a12)) + ## [5.15.0](https://github.com/launchdarkly/android-client-sdk/compare/5.14.0...5.15.0) (2026-08-17) diff --git a/gradle.properties b/gradle.properties index 7acf557f..b17d6aec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.15.0 +version=5.15.1 #x-release-please-end sonatypeUsername=