Skip to content

Commit cf2aca9

Browse files
committed
Bump version to 1.7.14
1 parent dfa62f3 commit cf2aca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Nothing should go in this section, please add to the latest unreleased version
1010
(and update the corresponding date), or add a new version.
1111

12-
## [1.7.14] - 2022-07-18
12+
## [1.7.14] - 2022-08-17
1313

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

666-
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.13...HEAD
666+
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.14...HEAD
667667
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
668668
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
669669
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0

pkg/secretless/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

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

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

0 commit comments

Comments
 (0)