From 15cff2eb7b738ddd2f211cbb2d85401609085a2d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 2 Nov 2023 13:31:07 +0100 Subject: [PATCH] v1.3.186 --- CHANGELOG.md | 2 +- resources/BABASHKA_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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