Skip to content

Commit

Permalink
v0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 11, 2024
1 parent 1d6affb commit 6b955a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Babashka [http-client](https://github.com/babashka/http-client): HTTP client for Clojure and babashka built on java.net.http

## Unreleased
## 0.4.22 (2024-11-11)

- [#73](https://github.com/babashka/http-client/issues/71): Allow implicit ports when specifying the URL as a map ([@lvh](https://github.com/lvh))
- [#71](https://github.com/babashka/http-client/issues/71): Link back to sources in release artifact
([@lread](https://github.com/lread))
- [#73](https://github.com/babashka/http-client/issues/71): Allow implicit ports when specifying the URL as a map ([@lvh](https://github.com/lvh))

## 0.4.21 (2024-09-10)

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

## 0.4.20 (2024-08-13)

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.21"}}
:version "0.4.22"}}
: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 6b955a4

Please sign in to comment.