From 2520a142987c047e4d63fcbd997cd5c0d0556510 Mon Sep 17 00:00:00 2001 From: Michael Pardo Date: Wed, 10 Jun 2020 14:55:41 -0400 Subject: [PATCH] Version 2.0.5. --- CHANGELOG.md | 4 +++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cde49c..e61a405c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.0.5] - 2020-06-10 ### Added - Update Kotlin Coroutines to 1.3.7 @@ -53,10 +55,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release [Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.0.4...HEAD +[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 [2.0.3]: https://github.com/oolong-kt/oolong/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/oolong-kt/oolong/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/oolong-kt/oolong/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/oolong-kt/oolong/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/oolong-kt/oolong/releases/tag/v1.0.0 - diff --git a/README.md b/README.md index 7269812c..615da43c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ Download ```kotlin dependencies { - implementation("org.oolong-kt:oolong:2.0.4") + implementation("org.oolong-kt:oolong:2.0.5") } ``` diff --git a/gradle.properties b/gradle.properties index 04925789..d3f2cb82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=org.oolong-kt -VERSION_NAME=2.0.5-SNAPSHOT +VERSION_NAME=2.0.5 POM_DESCRIPTION=MVU for Kotlin Multiplatform POM_URL=https://github.com/oolong-kt/oolong/