Skip to content

Commit

Permalink
chore(main): release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent a2b10f1 commit 51827df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.6"}
{".":"0.3.7"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.7](https://github.com/spotify/confidence-sdk-android/compare/0.3.6...0.3.7) (2024-12-03)


### 🐛 Bug Fixes

* align debug resolve log wording on all platforms ([a2b10f1](https://github.com/spotify/confidence-sdk-android/commit/a2b10f1bfb948b37425f8c30c5e9445c0671d83d))
* Align debug resolve log wording on all platforms ([#188](https://github.com/spotify/confidence-sdk-android/issues/188)) ([a2b10f1](https://github.com/spotify/confidence-sdk-android/commit/a2b10f1bfb948b37425f8c30c5e9445c0671d83d))

## [0.3.6](https://github.com/spotify/confidence-sdk-android/compare/0.3.5...0.3.6) (2024-11-29)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ The latest release of the SDK is available on Maven central.
<!---x-release-please-start-version-->
Add the following dependency to your gradle file to use it:
```
implementation("com.spotify.confidence:confidence-sdk-android:0.3.6")
implementation("com.spotify.confidence:confidence-sdk-android:0.3.7")
```

Where `0.3.6` is the most recent version of this SDK.
Where `0.3.7` is the most recent version of this SDK.

Released versions can be found under "Releases" within this repository.
<!---x-release-please-end-->
Expand Down Expand Up @@ -124,10 +124,10 @@ The latest release of the Provider is available on Maven central.
<!---x-release-please-start-version-->
Add the following dependency to your gradle file:
```
implementation("com.spotify.confidence:openfeature-provider-android:0.3.6")
implementation("com.spotify.confidence:openfeature-provider-android:0.3.7")
```

Where `0.3.6` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
Where `0.3.7` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
<!---x-release-please-end-->


2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
allprojects {
extra["groupId"] = "com.spotify.confidence"
// x-release-please-start-version
ext["version"] = "0.3.6"
ext["version"] = "0.3.7"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down

0 comments on commit 51827df

Please sign in to comment.