diff --git a/CHANGELOG.md b/CHANGELOG.md index a8eadbd5..5d37df15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,17 @@ A preview of the next release can be installed from Berlin. Save the date and/or submit your babashka/clojure-related 20 minute talk in the CfP! -## Unreleased +## 1.3.179 (2023-04-26) - [#1544](https://github.com/babashka/babashka/issues/1544): `:local/root` in script-adjacent bb.edn should resolve relative to script - [#1545](https://github.com/babashka/babashka/issues/1545): Adjacent `bb.edn` not respected with explicit `-f` option - [#1546](https://github.com/babashka/babashka/issues/1546): add `.contains` for vector and lazy-seq -## 1.3.178 (2023-04-18) +## 1.3.178 (2023-04-21) - Fix regression with [#1541](https://github.com/babashka/babashka/issues/1541) -## 1.3.177 (2023-04-18) +## 1.3.177 (2023-04-21) - [#1541](https://github.com/babashka/babashka/issues/1541): respect `bb.edn` adjacent to invoked file. This eases writing system-global scripts from diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index b761cdaf..d9860ae5 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.179-SNAPSHOT \ No newline at end of file +1.3.179 \ No newline at end of file