diff --git a/CHANGELOG.md b/CHANGELOG.md index a69bab14..c702a269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ For a list of breaking changes, check [here](#breaking-changes). -## 0.7.1 (2021-12-29) +## 0.7.2 (2021-12-29) - Add `spy` macro from `taoensso.timbre` [#1087](https://github.com/babashka/babashka/issues/1087) - Better error for higher order fn arity mismatch @@ -13,6 +13,7 @@ For a list of breaking changes, check [here](#breaking-changes). - Uberscript improvements [#584](https://github.com/babashka/babashka/issues/584), [#1037](https://github.com/babashka/babashka/issues/1037) - Include native elements in printed stacktrace [#1105](https://github.com/babashka/babashka/issues/1105) - Missing error message when exception happens in REPL print [#1116](https://github.com/babashka/babashka/issues/1116) +- Undeprecate `$` in babashka.process ## 0.7.0 (2021-12-10) diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index faef31a4..7deb86fe 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 7deb86fe..a7ddecb3 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2-SNAPSHOT \ No newline at end of file