Skip to content

Commit

Permalink
Update changelog for v0.1.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
averche authored Feb 15, 2023
1 parent 09d5d47 commit fa22884
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to

## Unreleased ([diff][unreleased-diff])

## [0.1.0][] ([diff][0.1.0-diff]) - 2023-02-15

### Added

- Added database-related generated methods.
- Added `CHANGELOG.md`, `CODE_OF_CONDUCT.md`, and `CONTRIBUTING.md`.
- Added copyright headers to each file.

### Changed

- Changed the underlying templates from `.mustache` to `.handlebars` format.

### Fixed

- Fixed the panic when setting `VAULT_RATE_LIMIT` environment variable.

## [0.1.0-beta][] ([diff][0.1.0-beta-diff]) - 2023-02-01

### Added
Expand All @@ -17,11 +33,15 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.1.0-beta...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.1.0...HEAD
[0.1.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.1.0-beta...v0.1.0
[0.1.0-beta-diff]:
https://github.com/hashicorp/vault-client-go/commits/v0.1.0-beta

<!-- releases -->

[0.1.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0
[0.1.0-beta]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0-beta

0 comments on commit fa22884

Please sign in to comment.