diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f2e57c..3a0a3277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.8.1] - TBD +## [0.8.1] - May 11, 2024 ### Changed @@ -285,7 +285,8 @@ - Test for Publishing. -[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.8.1-Beta...HEAD +[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.8.1...HEAD +[0.8.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1 [0.8.1-Beta]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1-Beta [0.8.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.0 [0.7.5]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.5 diff --git a/README.md b/README.md index 70239772..ce4ad6e2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ allprojects { ### Multiplatform ```groovy -implementation("io.github.hoc081098:FlowExt:0.8.1-Beta") +implementation("io.github.hoc081098:FlowExt:0.8.1") ``` ### Snapshot diff --git a/gradle.properties b/gradle.properties index d7f2de5f..6df8e936 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false GROUP=io.github.hoc081098 # HEY! If you change the major version here be sure to update publish-release.yaml doc target folder! -VERSION_NAME=0.8.2-SNAPSHOT +VERSION_NAME=0.8.1 POM_NAME=FlowExt POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.