diff --git a/CHANGELOG.md b/CHANGELOG.md index bca144d..fe76109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog ## [Unreleased] + +## [2.1.1] - 2020-04-29 ### Added - Add a `next` builder function. +- Update Kotlin to 1.4.32 +- Update Kotlin Coroutines to 1.4.3 ## [2.1.0] - 2020-09-28 ### Added @@ -74,7 +78,8 @@ Initial release -[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/oolong-kt/oolong/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/oolong-kt/oolong/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/oolong-kt/oolong/compare/v2.0.7...v2.1.0 [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 diff --git a/gradle.properties b/gradle.properties index f7bc32a..e778c6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=org.oolong-kt -VERSION_NAME=2.1.1-SNAPSHOT +VERSION_NAME=2.1.1 POM_DESCRIPTION=MVU for Kotlin Multiplatform POM_URL=https://github.com/oolong-kt/oolong/