diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a8fcef..83e86f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting -## Unreleased +## 1.1.172 -- [#1472](https://github.com/babashka/babashka/issues/1472): fix tokenization of `babashka.tasks/clojure`: command was tokenized twice +- [#1472](https://github.com/babashka/babashka/issues/1472): fix tokenization of `babashka.tasks/clojure`: command was tokenized twice (regression was introduced in `1.0.168`) - **BREAKING**: Bump `babashka.process`: change default for `:out :append` to `:out :write`. This default is undocumented so the impact should be small. ## 1.1.171 (2023-01-23) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index c29ab451..9442183c 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.1.172-SNAPSHOT \ No newline at end of file +1.1.172 \ No newline at end of file