Skip to content

Commit

Permalink
release 1.0.4, babashka support and http-kit dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
pyncc committed Jul 19, 2021
1 parent 4f03af9 commit 8f72271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan

...

## [1.0.4] - 2021-07-19

## [1.0.2] - 2021-04-26
### Changed
- Update dep clj-http to http-kit, add [babashka](https://github.com/babashka/babashka) support
[#54](https://github.com/amperity/vault-clj/pull/54)

## [1.0.3] - 2021-04-26

### Changed
- Fix authenticate logging for syntax replacement
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject amperity/vault-clj "1.0.3"
(defproject amperity/vault-clj "1.0.4"
:description "Clojure client for the Vault secret management system."
:url "https://github.com/amperity/vault-clj"
:license {:name "Apache License"
Expand Down

0 comments on commit 8f72271

Please sign in to comment.