Skip to content

Commit

Permalink
v0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 10, 2024
1 parent 132ffc3 commit 6c9ff2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21 (2024-09-10)

- [#68](https://github.com/babashka/http-client/issues/68) Fix accidental URI path decoding in uri-with-query

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:deps {}
:aliases
{:neil {:project {:name org.babashka/http-client
:version "0.4.20"}}
:version "0.4.21"}}
:clj-1.10 {:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:clj-1.11 {:extra-deps {org.clojure/clojure {:mvn/version "1.11.4"}}}
:clj-1.12 {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0-rc1"}}}
Expand Down

0 comments on commit 6c9ff2a

Please sign in to comment.