diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa7bc40..653d8d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ For a list of breaking changes, check [here](#breaking-changes). +## 0.6.8 + +- Add `reader-conditional?`, `test` +- Deps.clj: bump to tools jar `1.10.3.1040` +- Babashka.process: support deref with timeout (SevereOverfl0w) +- Add new functions from clojure 1.11 alpha 3 except `clojure.java.math` + ## 0.6.7 (2021-11-29) Minor bugfix release: - `print-deps` included `:local/root` dependency which is not valid outside babashka repo -- `fs/which` edge case improvement on Windows #1083 +- `fs/which` edge case improvement on Windows [#1083](https://github.com/babashka/babashka/issues/1083) ## 0.6.6 (2021-11-29) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 15a63c7e..bc8443e3 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.8-SNAPSHOT \ No newline at end of file +0.6.8 \ No newline at end of file