Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 3, 2024
1 parent f8456fb commit 6ac48f9
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.0"}
{".":"0.3.1"}
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.1](https://github.com/spotify/confidence-sdk-android/compare/0.3.0...0.3.1) (2024-06-03)


### 🐛 Bug Fixes

* make the event publish url global ([#160](https://github.com/spotify/confidence-sdk-android/issues/160)) ([564b081](https://github.com/spotify/confidence-sdk-android/commit/564b081513fe6607d150c69bb30fcb56407215ae))
* wrap around dispatcher in fetch and activate ([#162](https://github.com/spotify/confidence-sdk-android/issues/162)) ([f8456fb](https://github.com/spotify/confidence-sdk-android/commit/f8456fbb42d8eaf1df3855fe864f42f039c3f6c5))

## [0.3.0](https://github.com/spotify/confidence-sdk-android/compare/0.2.1...0.3.0) (2024-05-29)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,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.0")
implementation("com.spotify.confidence:confidence-sdk-android:0.3.1")
```

Where `0.3.0` is the most recent version of this SDK.
Where `0.3.1` 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 @@ -110,10 +110,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.0")
implementation("com.spotify.confidence:openfeature-provider-android:0.3.1")
```

Where `0.3.0` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
Where `0.3.1` 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 @@ -11,7 +11,7 @@ plugins {
allprojects {
extra["groupId"] = "com.spotify.confidence"
// x-release-please-start-version
ext["version"] = "0.3.0"
ext["version"] = "0.3.1"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down

0 comments on commit 6ac48f9

Please sign in to comment.