diff --git a/CHANGELOG.md b/CHANGELOG.md index 8890aa1a3..b14759a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.1.0] - 2019-05-23 ### Added - Ability to prevent [rewrapping individual paragraphs](https://ajalt.github.io/clikt/documenting/#preventing-rewrapping) in help output. - Added parameter `required` to `Option.multiple()` to require at least one instance of the option on the command line. diff --git a/gradle.properties b/gradle.properties index c3ff871cf..0237c4518 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=2.0.0 +VERSION_NAME=2.1.0