diff --git a/CHANGELOG.md b/CHANGELOG.md index 3535f82b..0bfd9785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ A preview of the next release can be installed from ## Unreleased - [Support self-contained binaries as uberjars!](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar) -- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`, `java.net.URISyntaxException` +- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`, `java.net.URISyntaxException`, `javax.crypto.spec.IvParameterSpec` - Fix babashka.process/exec wrt `babashka.process/*defaults*` - [#1632](https://github.com/babashka/babashka/issues/1632): Partial fix for `(.readPassword (System/console))` - Enable producing self-contained binaries using [uberjars](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar) diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index d9ad1e2b..d0550e21 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -1.3.186-SNAPSHOT \ No newline at end of file +1.3.186 \ No newline at end of file