Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pyncc committed Aug 19, 2021
1 parent 9adbd7c commit 8d608c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan

...

## [1.0.5] - 2021-08-19

### Changed
- Added integration tests to avoid stale mock test details, cover end-to-end.
[#57](https://github.com/amperity/vault-clj/pull/57)
- Fixed broken functionality in [1.0.4] mainly around json parsing.
[#55](https://github.com/amperity/vault-clj/pull/55)

## [1.0.4] - 2021-07-19

### Changed
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.5-SNAPSHOT"
(defproject amperity/vault-clj "1.0.5"
: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 8d608c2

Please sign in to comment.