Skip to content

Commit b8aab38

Browse files
chore(main): release 0.0.4 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d87712 commit b8aab38

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.3"}
1+
{".":"0.0.4"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/open-feature/kotlin-sdk/compare/v0.0.3...v0.0.4) (2023-10-16)
4+
5+
6+
### 📚 Documentation
7+
8+
* add release instructions ([#57](https://github.com/open-feature/kotlin-sdk/issues/57)) ([8d87712](https://github.com/open-feature/kotlin-sdk/commit/8d877122449b3f298a71f336b84033fc43c879bd))
9+
310
## [0.0.3](https://github.com/open-feature/kotlin-sdk/compare/v0.0.2...v0.0.3) (2023-10-12)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur
4949
You can add the OpenFeature SDK dependency:
5050
```kotlin
5151
dependencies {
52-
api("com.github.open-feature:kotlin-sdk:0.0.3")
52+
api("com.github.open-feature:kotlin-sdk:0.0.4")
5353
}
5454
```
5555

@@ -60,7 +60,7 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
6060
You can now add the OpenFeature SDK dependency:
6161
```kotlin
6262
dependencies {
63-
api("com.github.open-feature:kotlin-sdk:0.0.3")
63+
api("com.github.open-feature:kotlin-sdk:0.0.4")
6464
}
6565
```
6666
<!-- x-release-please-end -->

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
allprojects {
99
extra["groupId"] = "dev.openfeature"
1010
// x-release-please-start-version
11-
ext["version"] = "0.0.3"
11+
ext["version"] = "0.0.4"
1212
// x-release-please-end
1313
}
1414
group = project.extra["groupId"].toString()

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

0 commit comments

Comments
 (0)