Skip to content

Commit

Permalink
chore(main): release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2023
1 parent 8d87712 commit e04d925
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.3"}
{".":"0.0.4"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.4](https://github.com/open-feature/kotlin-sdk/compare/v0.0.3...v0.0.4) (2023-10-16)


### 📚 Documentation

* add release instructions ([#57](https://github.com/open-feature/kotlin-sdk/issues/57)) ([8d87712](https://github.com/open-feature/kotlin-sdk/commit/8d877122449b3f298a71f336b84033fc43c879bd))

## [0.0.3](https://github.com/open-feature/kotlin-sdk/compare/v0.0.2...v0.0.3) (2023-10-12)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur
You can add the OpenFeature SDK dependency:
```kotlin
dependencies {
api("com.github.open-feature:kotlin-sdk:0.0.3")
api("com.github.open-feature:kotlin-sdk:0.0.4")
}
```

Expand All @@ -60,7 +60,7 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
You can now add the OpenFeature SDK dependency:
```kotlin
dependencies {
api("com.github.open-feature:kotlin-sdk:0.0.3")
api("com.github.open-feature:kotlin-sdk:0.0.4")
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
allprojects {
extra["groupId"] = "dev.openfeature"
// x-release-please-start-version
ext["version"] = "0.0.3"
ext["version"] = "0.0.4"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit e04d925

Please sign in to comment.