Skip to content

Commit

Permalink
Set release version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jan 5, 2021
1 parent 6e27311 commit eb9508d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Expand Up @@ -5,29 +5,47 @@ All notable changes to this project will be documented in this file.
This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

...


## [1.0.1] - 2021-01-04

### Changed
- Updated various dependencies.
[#48](https://github.com/amperity/vault-clj/issues/48)
- Migrate to `cljstyle` and `clj-kondo` for style and linting.


## [1.0.0] - 2019-12-13

**THIS RELEASE CONTAINS SOME BREAKING CHANGES!**

### Changed
- Large internal refactor that may result in unexpected behavior
[#35](https://github.com/amperity/vault-clj/pull/35)
- Added support for the KV V2 API
[#33](https://github.com/amperity/vault-clj/issues/33)
[#39](https://github.com/amperity/vault-clj/issues/39)

### Added
- Added support for externally defined secret engines
[#33](https://github.com/amperity/vault-clj/issues/33)
- Added support for the KV V2 API
[#39](https://github.com/amperity/vault-clj/issues/39)

### Fixed
- Bugfix for mocking delete
[#35](https://github.com/amperity/vault-clj/pull/35)


## [0.7.1] - 2019-11-20

- Bugfix in mock client so that it acts more similarly to http client when creating tokens (create-token!)
[#36](https://github.com/amperity/vault-clj/issues/36)
### Added
- Added support for auth mount points to support authentication methods under a custom mount point
[#27](https://github.com/amperity/vault-clj/issues/27)

### Fixed
- Bugfix in mock client so that it acts more similarly to http client when creating tokens (create-token!)
[#36](https://github.com/amperity/vault-clj/issues/36)


## [0.7.0] - 2019-06-20

Expand Down Expand Up @@ -246,7 +264,9 @@ With this version, the project has been forked to the Amperity organization.
### Added
- Initial library implementation.

[Unreleased]: https://github.com/amperity/vault-clj/compare/1.0.0...HEAD

[Unreleased]: https://github.com/amperity/vault-clj/compare/1.0.1...HEAD
[1.0.1]: https://github.com/amperity/vault-clj/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/amperity/vault-clj/compare/0.7.1...1.0.0
[0.7.1]: https://github.com/amperity/vault-clj/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/amperity/vault-clj/compare/0.6.6...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject amperity/vault-clj "1.0.1-SNAPSHOT"
(defproject amperity/vault-clj "1.0.1"
: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 eb9508d

Please sign in to comment.