Skip to content

Commit 8193c28

Browse files
authored
chore(main): release 5.10.0 (#319)
🤖 I have created a release *beep* *boop* --- ## [5.10.0](5.9.2...5.10.0) (2025-12-11) ### Features * Add plugins registration result handling ([#318](#318)) ([ea4a41c](ea4a41c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 5.10.0 adding plugins registration result handling. > > - **Feature**: > - Add plugins registration result handling (documented in `CHANGELOG.md`). > - **Versioning**: > - Bump SDK version to `5.10.0` in `gradle.properties` and `.release-please-manifest.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a3a15aa. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents ea4a41c + a3a15aa commit 8193c28

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.9.2"
2+
".": "5.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.10.0](https://github.com/launchdarkly/android-client-sdk/compare/5.9.2...5.10.0) (2025-12-11)
6+
7+
8+
### Features
9+
10+
* Add plugins registration result handling ([#318](https://github.com/launchdarkly/android-client-sdk/issues/318)) ([ea4a41c](https://github.com/launchdarkly/android-client-sdk/commit/ea4a41c63a58d5a46ed519033796e1777b61818c))
11+
512
## [5.9.2](https://github.com/launchdarkly/android-client-sdk/compare/5.9.1...5.9.2) (2025-10-17)
613

714

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
#x-release-please-start-version
21-
version=5.9.2
21+
version=5.10.0
2222
#x-release-please-end
2323

2424
sonatypeUsername=

0 commit comments

Comments
 (0)