Skip to content

Commit

Permalink
Update version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pardom committed Apr 29, 2021
1 parent 1c48c13 commit 9724670
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 9724670

Please sign in to comment.