diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6ef976..9af7f361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ For a list of breaking changes, check [here](#breaking-changes). - Tasks: fix priority (file > task > subcommand) [#800](https://github.com/babashka/babashka/issues/800) - Support map literal in task [#796](https://github.com/babashka/babashka/issues/796) - Tasks: support resolving docstring from function [#802](https://github.com/babashka/babashka/issues/802) +- Support `:min-bb-version` in `bb.edn` A warning is printed when the minimum version is not satisfied. [#663](https://github.com/babashka/babashka/issues/663) Deps.clj: diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index fe82c517..53b61ecf 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.3.6-SNAPSHOT \ No newline at end of file +0.3.6 \ No newline at end of file