diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7fb4b5aa..83fd1e7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.14.0" + ".": "5.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff47cad7..18f01432 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.0](https://github.com/launchdarkly/android-client-sdk/compare/5.14.0...5.15.0) (2026-08-17) + + +### Features + +* add HookDecorator so a hook wrapper forwards the stages it does not override ([c78c612](https://github.com/launchdarkly/android-client-sdk/commit/c78c612c5cd3fab001ff0716cb4a68fc5a93f28f)) +* add HookDecorator so a hook wrapper forwards the stages it does not override ([#387](https://github.com/launchdarkly/android-client-sdk/issues/387)) ([d118a62](https://github.com/launchdarkly/android-client-sdk/commit/d118a62eeb02cdd26a4a64591e9405d4d214ebaa)) + ## [5.14.0](https://github.com/launchdarkly/android-client-sdk/compare/5.13.3...5.14.0) (2026-08-12) diff --git a/gradle.properties b/gradle.properties index 19daf309..7acf557f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.14.0 +version=5.15.0 #x-release-please-end sonatypeUsername=