-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 0.5.0 #80
Conversation
CHANGELOG.md
Outdated
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
|
|||
## [Unreleased] | |||
|
|||
## [0.5.0] - 2021-05-04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dang, the date needs to be changed since I took so long to review this. :)
CHANGELOG.md
Outdated
@@ -45,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
- Initial release | |||
- Use https://github.com/cyberark/conjur-api-go to read configuration. | |||
|
|||
[Unreleased]: https://github.com/cyberark/terraform-provider-conjur/compare/v0.4.0...HEAD | |||
[Unreleased]: https://github.com/cyberark/terraform-provider-conjur/compare/v0.5.0...HEAD | |||
[0.5.0]: https://github.com/cyberark/terraform-provider-conjur/compare/v0.4.0...v0.5.0 | |||
[0.4.0]: https://github.com/cyberark/terraform-provider-conjur/compare/v0.3.0...v0.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is outside of your change, but this line is using the wrong compare. It should reference v0.3.1
instead of v0.3.0
:
[0.4.0]: https://github.com/cyberark/terraform-provider-conjur/compare/v0.3.1...v0.4.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Poifect!
What does this PR do?
Updates the CHANGELOG.md and VERSION file ot 0.5.0
What ticket does this PR close?
Resolves
Works towards #79
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or