Skip to content

Commit

Permalink
update changelog, bump version for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyncc committed Nov 5, 2018
1 parent a034b34 commit 33dfcf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan

...

## [0.6.5] - 2018-11-5
### Changed
- Fix client token lease renewal
[a034b3](https://github.com/amperity/vault-clj/commit/a034b34d47781877578db77c8947f47266df6ae9)

## [0.6.4] - 2018-10-29

### Changed
Expand Down Expand Up @@ -188,7 +193,8 @@ With this version, the project has been forked to the Amperity organization.
### Added
- Initial library implementation.

[Unreleased]: https://github.com/amperity/vault-clj/compare/0.6.4...HEAD
[Unreleased]: https://github.com/amperity/vault-clj/compare/0.6.5...HEAD
[0.6.5]: https://github.com/amperity/vault-clj/compare/0.6.5...0.6.4
[0.6.4]: https://github.com/amperity/vault-clj/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/amperity/vault-clj/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/amperity/vault-clj/compare/0.6.1...0.6.2
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 "0.6.4"
(defproject amperity/vault-clj "0.6.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 33dfcf2

Please sign in to comment.