Skip to content

Commit 1770304

Browse files
chore: release v2.2.5 (#228)
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent bc40b71 commit 1770304

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
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-
".": "2.2.4"
2+
".": "2.2.5"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.2.5](https://github.com/bucketeer-io/android-client-sdk/compare/v2.2.4...v2.2.5) (2025-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* e2e fail because userAttributesUpdated should be bool ([#230](https://github.com/bucketeer-io/android-client-sdk/issues/230)) ([9dbd3e4](https://github.com/bucketeer-io/android-client-sdk/commit/9dbd3e4c62ba63892f547b999c37c45da7b18d37))
9+
* prevent logger leaks when destroying and not working when building the client ([#227](https://github.com/bucketeer-io/android-client-sdk/issues/227)) ([7f80012](https://github.com/bucketeer-io/android-client-sdk/commit/7f8001207c65e316bdf78b6d1abe00e6e9d02ae4))
10+
* wrapperSdkVersion is required when setting wrapperSdkSourceId. ([#231](https://github.com/bucketeer-io/android-client-sdk/issues/231)) ([3109600](https://github.com/bucketeer-io/android-client-sdk/commit/3109600f9e9f76de6881496d702e9cd63c1aa4ac))
11+
12+
13+
### Miscellaneous
14+
15+
* allow setting the wrapper sdk version & source id for open feature support ([#226](https://github.com/bucketeer-io/android-client-sdk/issues/226)) ([7c02cc0](https://github.com/bucketeer-io/android-client-sdk/commit/7c02cc057ae7bbda0757434a6d4f68136a0e56c4))
16+
17+
18+
### Build System
19+
20+
* **deps:** update all non-major dependencies ([#225](https://github.com/bucketeer-io/android-client-sdk/issues/225)) ([378a3f6](https://github.com/bucketeer-io/android-client-sdk/commit/378a3f6e6081837eb130e45a6bf86d020bbd40a5))
21+
322
## [2.2.4](https://github.com/bucketeer-io/android-client-sdk/compare/v2.2.3...v2.2.4) (2025-04-04)
423

524

0 commit comments

Comments
 (0)