diff --git a/CHANGELOG.md b/CHANGELOG.md index a44f8a9b..c0c9e57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ For a list of breaking changes, check [here](#breaking-changes). A preview of the next release can be installed from [babashka-dev-builds](https://github.com/babashka/babashka-dev-builds). -## Unreleased +## 0.8.157 (2022-07-01) +- Add compatibility with [`metosin/malli`](https://github.com/metosin/malli#babashka) `{:mvn/version "0.8.9"}`. - Expose `babashka.nrepl.server/start-server!`- and `stop-server!`-functions to support programmatically starting an nrepl-server. `start-server!` is redefined to not require a sci-context as its first argument. - Fix misspelling in script/uberjar: `BABASHKA_FEATURE_TRANSIT` diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index e9d5a041..8e2fbabb 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.8.157-SNAPSHOT \ No newline at end of file +0.8.157 \ No newline at end of file