File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments