From 2ca79058bc2d8b0badd4d8a31256a5f0ceb2f09c Mon Sep 17 00:00:00 2001 From: Michael Pardo Date: Mon, 17 Aug 2020 16:20:50 -0400 Subject: [PATCH] Bump release version. --- CHANGELOG.md | 5 ++++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f2e05f..15795314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.0.7] - 2020-08-17 ### Added - Update Kotlin to 1.4.0 - Update Kotlin Coroutines to 1.3.9 @@ -57,7 +59,8 @@ Initial release -[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.6...HEAD +[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.7...HEAD +[2.0.7]: https://github.com/oolong-kt/oolong/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/oolong-kt/oolong/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/oolong-kt/oolong/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/oolong-kt/oolong/compare/v2.0.3...v2.0.4 diff --git a/README.md b/README.md index 8b3139e8..ab21d246 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ Get started with Oolong by reading the [official guide](https://oolong-kt.org). ```kotlin dependencies { - implementation("org.oolong-kt:oolong:2.0.6") + implementation("org.oolong-kt:oolong:2.0.7") } ``` diff --git a/gradle.properties b/gradle.properties index ce5ea007..92643ba5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=org.oolong-kt -VERSION_NAME=2.0.7-SNAPSHOT +VERSION_NAME=2.0.7 POM_DESCRIPTION=MVU for Kotlin Multiplatform POM_URL=https://github.com/oolong-kt/oolong/