diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7b61d..b3060ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Babashka [http-client](https://github.com/babashka/http-client): HTTP client for Clojure and babashka built on java.net.http -## Unreleased +## 0.4.14 (2023-08-17) - [#41](https://github.com/babashka/http-client/issues/41): add `:uri` to response map diff --git a/deps.edn b/deps.edn index 46c7917..37d14fe 100644 --- a/deps.edn +++ b/deps.edn @@ -1,7 +1,7 @@ {:deps {} :aliases {:neil {:project {:name org.babashka/http-client - :version "0.4.13"}} + :version "0.4.14"}} :repl {:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"} io.github.borkdude/deflet {:mvn/version "0.1.0"} babashka/fs {:mvn/version "0.2.16"}}}