Skip to content

Commit 2da73ed

Browse files
jtuttleGitHub Enterprise
authored andcommitted
Merge pull request #18 from Conjur-Enterprise/release-1.7.20
CNJR-3151 Bump version to 1.7.20
2 parents bad323a + 843a1e2 commit 2da73ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

13-
## [1.7.20] - 2023-11-03
13+
## [1.7.20] - 2023-12-22
1414

1515
### Security
1616
- Upgrade to go 1.21 (CNJR-3417)
@@ -761,3 +761,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
761761
[1.7.17]: https://github.com/cyberark/secretless-broker/compare/v1.7.16...v1.7.17
762762
[1.7.18]: https://github.com/cyberark/secretless-broker/compare/v1.7.17...v1.7.18
763763
[1.7.19]: https://github.com/cyberark/secretless-broker/compare/v1.7.18...v1.7.19
764+
[1.7.20]: https://github.com/cyberark/secretless-broker/compare/v1.7.19...v1.7.20

NOTICES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SECTION 3: BSD 3-clause "New" or "Revised" License
2828

2929
>>> github.com/cyberark/go-mssqldb-0.0.0-20191030142036-b5a965a47dd3
3030
>>> github.com/fsnotify/fsnotify-1.5.4
31-
>>> golang.org/x/crypto-0.5.0
31+
>>> golang.org/x/crypto-0.14.0
3232

3333
SECTION 4: MIT License
3434

@@ -359,7 +359,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
359359
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
360360

361361

362-
>>> golang.org/x/crypto-0.5.0
362+
>>> golang.org/x/crypto-0.14.0
363363

364364
Copyright (c) 2009 The Go Authors. All rights reserved.
365365

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.14"
7+
var Version = "1.7.20"
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)