Skip to content

Commit 46812db

Browse files
chore(main): release 0.6.2 (#226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f131d9 commit 46812db

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-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.1"}
1+
{".":"0.6.2"}

CHANGELOG.md

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

3+
## [0.6.2](https://github.com/spotify/confidence-sdk-android/compare/0.6.1...0.6.2) (2025-10-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* apply read write lock for file disk storage ([#225](https://github.com/spotify/confidence-sdk-android/issues/225)) ([0f131d9](https://github.com/spotify/confidence-sdk-android/commit/0f131d96b57c2b4d13884d7c8832f58b7b25c180))
9+
310
## [0.6.1](https://github.com/spotify/confidence-sdk-android/compare/0.6.0...0.6.1) (2025-10-01)
411

512

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

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

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

0 commit comments

Comments
 (0)