diff --git a/CHANGELOG.md b/CHANGELOG.md index 887461388..6ff8dab22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.3.0] - 2019-11-07 ### Added - `option().groupSwitch()`, which works like `groupChoice()`, but uses a `switch()` option rather than a `choice()` option. - `UsageError` now has a `statusCode` parameter (which defaults to 1). If you're using `ClicktCommand.main`, the value of `statusCode` will be passed to `exitProcess`. diff --git a/README.md b/README.md index 2c6766d35..567952013 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Clikt is distributed through ```groovy dependencies { - implementation("com.github.ajalt:clikt:2.2.0") + implementation("com.github.ajalt:clikt:2.3.0") } ``` diff --git a/gradle.properties b/gradle.properties index b6f7492b5..e3fc68e52 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=2.2.0 +VERSION_NAME=2.3.0