Skip to content

Commit

Permalink
chore(main): release 0.3.5 (#171)
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] committed Jun 25, 2024
1 parent 743a076 commit 81f68fb
Show file tree
Hide file tree
Showing 4 changed files with 18 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.4"}
{".":"0.3.5"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.5](https://github.com/spotify/confidence-sdk-android/compare/0.3.4...0.3.5) (2024-06-25)


### ✨ New Features

* add DebugLogger to Confidence ([#165](https://github.com/spotify/confidence-sdk-android/issues/165)) ([0848912](https://github.com/spotify/confidence-sdk-android/commit/08489126c94db2abb227e7aab439308f483df3c4))


### 🔄 Refactoring

* Revert "feat: Expose set sdk metadata ([#166](https://github.com/spotify/confidence-sdk-android/issues/166))" ([#173](https://github.com/spotify/confidence-sdk-android/issues/173)) ([743a076](https://github.com/spotify/confidence-sdk-android/commit/743a076d13581f9d9581a835fcef352b0e0b0141))

## [0.3.4](https://github.com/spotify/confidence-sdk-android/compare/0.3.3...0.3.4) (2024-06-18)


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.4")
implementation("com.spotify.confidence:confidence-sdk-android:0.3.5")
```

Where `0.3.4` is the most recent version of this SDK.
Where `0.3.5` 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.4")
implementation("com.spotify.confidence:openfeature-provider-android:0.3.5")
```

Where `0.3.4` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
Where `0.3.5` 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.4"
ext["version"] = "0.3.5"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down

0 comments on commit 81f68fb

Please sign in to comment.