File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.0.3 " }
1+ {"." :" 0.0.4 " }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur
4949You can add the OpenFeature SDK dependency:
5050``` kotlin
5151dependencies {
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
6060You can now add the OpenFeature SDK dependency:
6161``` kotlin
6262dependencies {
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 -->
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88allprojects {
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}
1414group = project.extra[" groupId" ].toString()
Original file line number Diff line number Diff line change 1- 0.0.3
1+ 0.0.4
You can’t perform that action at this time.
0 commit comments