Skip to content

Commit

Permalink
Merge pull request #1474 from cyberark/release-1.7.14
Browse files Browse the repository at this point in the history
Bump version to 1.7.14
  • Loading branch information
gl-johnson authored Aug 17, 2022
2 parents dfa62f3 + cf2aca9 commit 552c75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing should go in this section, please add to the latest unreleased version
(and update the corresponding date), or add a new version.

## [1.7.14] - 2022-07-18
## [1.7.14] - 2022-08-17

### Security
- Added replace & exclude statements to go.mod to remove dependency on
Expand Down Expand Up @@ -663,7 +663,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The first tagged version.

[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.13...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.14...HEAD
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/secretless/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

// Version field is a SemVer that should indicate the baked-in version
// of the broker
var Version = "1.7.13"
var Version = "1.7.14"

// Tag field denotes the specific build type for the broker. It may
// be replaced by compile-time variables if needed to provide the git
Expand Down

0 comments on commit 552c75c

Please sign in to comment.