Skip to content

Commit

Permalink
0.2.0 Release Notes (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
averche authored Mar 1, 2023
1 parent ba1d014 commit f439b5a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ and this project adheres to

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

## [0.2.0][] ([diff][0.2.0-diff]) - 2023-03-01

### Changed

- Renamed `Address` and `HTTPClient`.

### Fixed

- The mount path logic is now reliably generated using `.handlebars` templates.
- Fixed an issue with how model documents were generated.

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

### Added
Expand All @@ -33,14 +44,18 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.1.0...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.2.0...HEAD
[0.2.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.1.0...v0.2.0
[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.2.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.2.0
[0.1.0]:
https://github.com/hashicorp/vault-client-go/releases/tag/v0.1.0
[0.1.0-beta]:
Expand Down

0 comments on commit f439b5a

Please sign in to comment.