From 57ebb524b02f7021bbe5141933dba2decbc2f8f2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 18 Mar 2023 17:02:48 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941e9c8f..8c41845e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ 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.176 (2023-03-18) + +- Upgrade http-client to 0.1.8, fixes binary file uploads (which messed up the previous release) +- Downgrade org.flatland/ordered to 1.5.9 due to this [issue](https://github.com/clj-commons/ordered/issues/71) + ## 1.3.175 (2023-03-18) - [#1507](https://github.com/babashka/babashka/issues/1507): Expose methods on java.lang.VirtualThread ([@lispyclouds](https://github.com/lispyclouds))