diff --git a/CHANGELOG.md b/CHANGELOG.md index 6349ea43..7aa7bc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ For a list of breaking changes, check [here](#breaking-changes). +## 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 + ## 0.6.6 (2021-11-29) - Resolve program in `babashka.process` on Windows using known extensions. This diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index bf21f525..8b707c68 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -0.6.6 \ No newline at end of file +0.6.7 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 8b707c68..15a63c7e 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.6.7 \ No newline at end of file +0.6.8-SNAPSHOT \ No newline at end of file