diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c877557..b5e91573 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.1" + ".": "5.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e314b676..52841a31 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.2.0](https://github.com/launchdarkly/android-client-sdk/compare/5.1.1...5.2.0) (2024-04-25) + + +### Features + +* deprecating init without timeout ([1e46f0d](https://github.com/launchdarkly/android-client-sdk/commit/1e46f0de54d3595009fe6fc5c5b52d188231bcfc)) + ## [5.1.1](https://github.com/launchdarkly/android-client-sdk/compare/5.1.0...5.1.1) (2024-03-26) diff --git a/gradle.properties b/gradle.properties index 6eec5192..95e80a0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true #x-release-please-start-version -version=5.1.1 +version=5.2.0 #x-release-please-end sonatypeUsername=