Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
impl committed Jan 19, 2021
1 parent a98a1e2 commit 6b0c6e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.9.0] - 2021-01-19

### Added

* The OAuth 2.0 client credentials flow is now supported using the new `self`
Expand All @@ -31,6 +33,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

* The `testutil` package now uses a `*provider.Token` instead of a
`*oauth2.Token` for mocks, allowing the `ExtraData` to be customized.
* It is now optional for providers to expose an authorization code URL.

## [1.8.3] - 2020-12-17

Expand Down Expand Up @@ -125,7 +128,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

* Initial release of the plugin.

[Unreleased]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.8.3...HEAD
[Unreleased]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.8.3...v1.9.0
[1.8.3]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.8.2...v1.8.3
[1.8.2]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/compare/v1.8.0...v1.8.1
Expand Down

0 comments on commit 6b0c6e2

Please sign in to comment.