diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f410346a..d40afd0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.4.0] - 2020-01-25 ### Added - `CompletionCandidates.Fixed` now has a secondary convenience constructor that take a `vararg` of `String`s - `CompletionCadidates.Custom`, which allows you to call other binaries or write a script to generate completions. This class is currently experimental. ([#79](https://github.com/ajalt/clikt/issues/79)) diff --git a/README.md b/README.md index 567952013..2f528f8c3 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ Clikt is distributed through ```groovy dependencies { - implementation("com.github.ajalt:clikt:2.3.0") + implementation("com.github.ajalt:clikt:2.4.0") } ``` ## License - Copyright 2018-2019 AJ Alt + Copyright 2018-2020 AJ Alt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index e3fc68e52..a69bb3322 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=2.3.0 +VERSION_NAME=2.4.0