Skip to content

Commit 493e097

Browse files
chore(main): release 0.5.2 (#206)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6936eb commit 493e097

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-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.1"}
1+
{".":"0.5.2"}

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/spotify/confidence-sdk-android/compare/0.5.1...0.5.2) (2025-08-05)
4+
5+
6+
### 🧹 Chore
7+
8+
* Bump OpenFeature SDK to 0.5.3 ([#207](https://github.com/spotify/confidence-sdk-android/issues/207)) ([17187e3](https://github.com/spotify/confidence-sdk-android/commit/17187e3240574d208bc0f49476cf15f269f82f9e))
9+
* change credentials to central ([d6936eb](https://github.com/spotify/confidence-sdk-android/commit/d6936ebf7d7fbcd0a9ccc595e2eae57c1075fd01))
10+
* support maven central deployment ([#208](https://github.com/spotify/confidence-sdk-android/issues/208)) ([d6936eb](https://github.com/spotify/confidence-sdk-android/commit/d6936ebf7d7fbcd0a9ccc595e2eae57c1075fd01))
11+
12+
13+
### 📚 Documentation
14+
15+
* on dot notation ([#205](https://github.com/spotify/confidence-sdk-android/issues/205)) ([ff0a05c](https://github.com/spotify/confidence-sdk-android/commit/ff0a05c492467d4316f2038a7c345aded049d19c))
16+
317
## [0.5.1](https://github.com/spotify/confidence-sdk-android/compare/0.5.0...0.5.1) (2025-04-28)
418

519

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.1")
28+
implementation("com.spotify.confidence:confidence-sdk-android:0.5.2")
2929
```
3030

31-
Where `0.5.1` is the most recent version of this SDK.
31+
Where `0.5.2` 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.1")
134+
implementation("com.spotify.confidence:openfeature-provider-android:0.5.2")
135135
```
136136

137-
Where `0.5.1` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
137+
Where `0.5.2` 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.1"
16+
ext["version"] = "0.5.2"
1717
// x-release-please-end
1818
}
1919
group = project.extra["groupId"].toString()

0 commit comments

Comments
 (0)