Skip to content

Commit 12fc19f

Browse files
chore(main): release 0.5.3 (#213)
Ö
1 parent d084685 commit 12fc19f

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.5.2"}
1+
{".":"0.5.3"}

CHANGELOG.md

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

3+
## [0.5.3](https://github.com/spotify/confidence-sdk-android/compare/0.5.2...0.5.3) (2025-09-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* await reconciliation on context set ([#209](https://github.com/spotify/confidence-sdk-android/issues/209)) ([aff9812](https://github.com/spotify/confidence-sdk-android/commit/aff981212dddea19698c4d05319c88ec84af81d2))
9+
10+
11+
### ✨ New Features
12+
13+
* configurable visitor id key ([#215](https://github.com/spotify/confidence-sdk-android/issues/215)) ([d084685](https://github.com/spotify/confidence-sdk-android/commit/d084685917337a511b909256c1fc8c8a1e56595c))
14+
* removeContext(multiple) - remove multiple context keys in one change ([#214](https://github.com/spotify/confidence-sdk-android/issues/214)) ([4f50836](https://github.com/spotify/confidence-sdk-android/commit/4f508366f18b107ae88f20242a4ed7dabfd6d540))
15+
316
## [0.5.2](https://github.com/spotify/confidence-sdk-android/compare/0.5.1...0.5.2) (2025-08-05)
417

518

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The latest release of the SDK is available on Maven central.
2525
<!---x-release-please-start-version-->
2626
Add the following dependency to your gradle file to use it:
2727
```
28-
implementation("com.spotify.confidence:confidence-sdk-android:0.5.2")
28+
implementation("com.spotify.confidence:confidence-sdk-android:0.5.3")
2929
```
3030

31-
Where `0.5.2` is the most recent version of this SDK.
31+
Where `0.5.3` is the most recent version of this SDK.
3232

3333
Released versions can be found under "Releases" within this repository.
3434
<!---x-release-please-end-->
@@ -131,10 +131,10 @@ The latest release of the Provider is available on Maven central.
131131
<!---x-release-please-start-version-->
132132
Add the following dependency to your gradle file:
133133
```
134-
implementation("com.spotify.confidence:openfeature-provider-android:0.5.2")
134+
implementation("com.spotify.confidence:openfeature-provider-android:0.5.3")
135135
```
136136

137-
Where `0.5.2` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
137+
Where `0.5.3` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
138138
<!---x-release-please-end-->
139139

140140

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
allprojects {
1414
extra["groupId"] = "com.spotify.confidence"
1515
// x-release-please-start-version
16-
ext["version"] = "0.5.2"
16+
ext["version"] = "0.5.3"
1717
// x-release-please-end
1818
}
1919
group = project.extra["groupId"].toString()

0 commit comments

Comments
 (0)