diff --git a/CHANGELOG.md b/CHANGELOG.md index e014d98a..81594548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - TBD +## [0.7.5] - Jan 28, 2024 ### Changed @@ -231,7 +231,8 @@ - Test for Publishing. -[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD +[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.5...HEAD +[0.7.5]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.5 [0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4 [0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3 [0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2 diff --git a/README.md b/README.md index 24c7a087..f0413370 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ allprojects { ### Multiplatform ```groovy -implementation("io.github.hoc081098:FlowExt:0.7.4") +implementation("io.github.hoc081098:FlowExt:0.7.5") ``` ### Snapshot @@ -95,7 +95,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:0.7.6-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index d6967206..cf552d13 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.7.5-SNAPSHOT +VERSION_NAME=0.7.5 POM_NAME=FlowExt POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.