diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff61a59..80c193d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ A preview of the next release can be installed from [Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting +## 1.3.184 (2023-08-22) + +- Remove leftover debugging output from deps.clj + ## 1.3.183 (2023-08-22) - [#1592](https://github.com/babashka/babashka/issues/1592): expose `sci.core` in babashka diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 07659ab0..42f43aea 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.184-SNAPSHOT \ No newline at end of file +1.3.184 \ No newline at end of file