diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 68f9449d..ff202757 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.7.0" + ".": "5.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b62c1a28..813fe954 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.8.0](https://github.com/launchdarkly/android-client-sdk/compare/5.7.0...5.8.0) (2025-05-27) + + +### Features + +* Add hooks support ([#300](https://github.com/launchdarkly/android-client-sdk/issues/300)) ([f5fb5cf](https://github.com/launchdarkly/android-client-sdk/commit/f5fb5cf7bbb0aaf2fe28326acec91a3be916ed16)) + ## [5.7.0](https://github.com/launchdarkly/android-client-sdk/compare/5.6.1...5.7.0) (2025-05-19) diff --git a/gradle.properties b/gradle.properties index cfd5c594..142a46db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.7.0 +version=5.8.0 #x-release-please-end sonatypeUsername=