Skip to content

Commit 42bfe0d

Browse files
chore(main): release 0.6.0 (#216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a10f54 commit 42bfe0d

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-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.3"}
1+
{".":"0.6.0"}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/spotify/confidence-sdk-android/compare/0.5.3...0.6.0) (2025-09-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** The SDK now requires AGP 8.x and a compatible Gradle version to be built. Consumers will need to update their project's build environment accordingly.
9+
* no more buildconfig ([#219](https://github.com/spotify/confidence-sdk-android/issues/219))
10+
11+
### 🐛 Bug Fixes
12+
13+
* no more buildconfig ([#219](https://github.com/spotify/confidence-sdk-android/issues/219)) ([1db2cfe](https://github.com/spotify/confidence-sdk-android/commit/1db2cfe61fa71fa5c4ea93b8d90b3d697a09c6e2))
14+
15+
16+
### ✨ New Features
17+
18+
* update to openFeature 0.6 ([1a10f54](https://github.com/spotify/confidence-sdk-android/commit/1a10f54a4de83e4371dfc264675042b1ac398972))
19+
20+
21+
### 🧹 Chore
22+
23+
* **deps:** update to openFeature 0.6 ([#221](https://github.com/spotify/confidence-sdk-android/issues/221)) ([1a10f54](https://github.com/spotify/confidence-sdk-android/commit/1a10f54a4de83e4371dfc264675042b1ac398972))
24+
* use correct the serialization version ([#218](https://github.com/spotify/confidence-sdk-android/issues/218)) ([767738c](https://github.com/spotify/confidence-sdk-android/commit/767738c864f2b06b4062f29741400a738d126baa))
25+
26+
27+
### 📚 Documentation
28+
29+
* openfeature first focused docs ([#210](https://github.com/spotify/confidence-sdk-android/issues/210)) ([4d817a5](https://github.com/spotify/confidence-sdk-android/commit/4d817a589c23267c07167bf90dcf43781820d6b3))
30+
* update part on openfeature set provider ([#217](https://github.com/spotify/confidence-sdk-android/issues/217)) ([751607c](https://github.com/spotify/confidence-sdk-android/commit/751607c1ce8b1d48aa1686e0e114a67edebc3cbd))
31+
32+
33+
### 🛠️ Build
34+
35+
* **deps:** upgrade Android Gradle Plugin to 8.9.3 ([#220](https://github.com/spotify/confidence-sdk-android/issues/220)) ([537ede6](https://github.com/spotify/confidence-sdk-android/commit/537ede6144594f808925101f581bd7ac5d1da66d))
36+
337
## [0.5.3](https://github.com/spotify/confidence-sdk-android/compare/0.5.2...0.5.3) (2025-09-03)
438

539

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.5.3")
28+
implementation("com.spotify.confidence:openfeature-provider-android:0.6.0")
2929
```
3030

31-
Where `0.5.3` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
31+
Where `0.6.0` 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.5.3")
149+
implementation("com.spotify.confidence:confidence-sdk-android:0.6.0")
150150
```
151151

152-
Where `0.5.3` is the most recent version of this SDK.
152+
Where `0.6.0` 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.5.3"
17+
ext["version"] = "0.6.0"
1818
// x-release-please-end
1919
}
2020
group = project.extra["groupId"].toString()

0 commit comments

Comments
 (0)