Skip to content

Commit 70e5f18

Browse files
chore(main): release 0.6.1 (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 297f5c6 commit 70e5f18

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-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.6.0"}
1+
{".":"0.6.1"}

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/spotify/confidence-sdk-android/compare/0.6.0...0.6.1) (2025-10-01)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add missing release version location ([#222](https://github.com/spotify/confidence-sdk-android/issues/222)) ([297f5c6](https://github.com/spotify/confidence-sdk-android/commit/297f5c6d862684c7a3d1c52116721298da52a8aa))
9+
* correct format on resolve tester base64 encoded json ([#223](https://github.com/spotify/confidence-sdk-android/issues/223)) ([bfab5e0](https://github.com/spotify/confidence-sdk-android/commit/bfab5e0e2606e09991e27b1be6f2d86067993c04))
10+
311
## [0.6.0](https://github.com/spotify/confidence-sdk-android/compare/0.5.3...0.6.0) (2025-09-19)
412

513

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 and the Provider is available on Maven central.
2525
<!---x-release-please-start-version-->
2626
Add the following dependency to your gradle file:
2727
```
28-
implementation("com.spotify.confidence:openfeature-provider-android:0.6.0")
28+
implementation("com.spotify.confidence:openfeature-provider-android:0.6.1")
2929
```
3030

31-
Where `0.6.0` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
31+
Where `0.6.1` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
3232
<!---x-release-please-end-->
3333

3434

@@ -146,10 +146,10 @@ If you want to use the Confidence SDK standalone, you can.
146146
<!---x-release-please-start-version-->
147147
Add the following dependency to your gradle file to use it:
148148
```
149-
implementation("com.spotify.confidence:confidence-sdk-android:0.6.0")
149+
implementation("com.spotify.confidence:confidence-sdk-android:0.6.1")
150150
```
151151

152-
Where `0.6.0` is the most recent version of this SDK.
152+
Where `0.6.1` is the most recent version of this SDK.
153153

154154
Released versions can be found under "Releases" within this repository.
155155
<!---x-release-please-end-->

build.gradle.kts

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

0 commit comments

Comments
 (0)