Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#110)
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 Dec 19, 2023
1 parent a4c0d41 commit 8824c6a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.4"}
{".":"0.1.5"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/0.1.4...0.1.5) (2023-12-19)


### 🧹 Chore

* sonatype - publish and close on release ([#108](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/108)) ([a4c0d41](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/a4c0d4181187ade5722f08e69a23563a68af647c))

## [0.1.4](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/0.1.3...0.1.4) (2023-12-19)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.1.4")
implementation("com.spotify.confidence:openfeature-provider-android:0.1.5")
```
It can also be consumed from jitpack for using any branch or build:
```
Expand All @@ -25,7 +25,7 @@ for using specific commit:
implementation("com.github.spotify:confidence-openfeature-provider-kotlin:[COMMIT SHA]")
```

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

### Enabling the provider, setting the evaluation context and resolving flags
Expand Down
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.1.4"
ext["version"] = "0.1.5"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down

0 comments on commit 8824c6a

Please sign in to comment.