Skip to content

Commit

Permalink
Merge pull request #132 from cyberark/bump-version
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
szh authored May 19, 2022
2 parents 3ab7cc6 + ac82d42 commit 78b168e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.0] - 2022-05-19

### Added
- New `CONJUR_AUTHN_JWT_HOST_ID` environment variable for authn-jwt [cyberark/conjur-api-go#130](https://github.com/cyberark/conjur-api-go/pull/130)

Expand Down Expand Up @@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial version

[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-go/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/cyberark/conjur-api-go/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/cyberark/conjur-api-go/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/cyberark/conjur-api-go/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/cyberark/conjur-api-go/compare/v0.7.1...v0.8.0
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ In particular, for each release you should:
[`go.mod`](./go.mod) since the last release. If any changes have been made,
update the [NOTICES](./NOTICES.txt) file.
- Update the [CHANGELOG](./CHANGELOG.md) to reflect the new version.
- Update the [VERSION](./VERSION) file to reflect the new version.
- Commit the changes to the files above in a branch and submit a version bump PR
- Once the PR has been merged, tag the version using
`git tag -s vx.y.z -m vx.y.z`. Note: this requires you to be able to sign
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0

0 comments on commit 78b168e

Please sign in to comment.