Skip to content

Commit

Permalink
v0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 12, 2024
1 parent 86645f5 commit f0c42ba
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.17 (2024-04-12)

- [#49](https://github.com/babashka/http-client/issues/49): add `::oauth-token` interceptor
- [#52](https://github.com/babashka/http-client/issues/52): document `:throw` option
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.16"}}
:version "0.4.17"}}
: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"}}}
Expand Down

0 comments on commit f0c42ba

Please sign in to comment.