Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 17, 2023
1 parent bc68a7e commit 819a163
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.14 (2023-08-17)

- [#41](https://github.com/babashka/http-client/issues/41): add `:uri` to response map

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.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"}}}
Expand Down

0 comments on commit 819a163

Please sign in to comment.