Skip to content

Commit

Permalink
Merge pull request #18 from Conjur-Enterprise/release-1.7.20
Browse files Browse the repository at this point in the history
CNJR-3151 Bump version to 1.7.20
  • Loading branch information
jtuttle authored and GitHub Enterprise committed Dec 22, 2023
2 parents bad323a + 843a1e2 commit 2da73ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.20] - 2023-11-03
## [1.7.20] - 2023-12-22

### Security
- Upgrade to go 1.21 (CNJR-3417)
Expand Down Expand Up @@ -761,3 +761,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.7.17]: https://github.com/cyberark/secretless-broker/compare/v1.7.16...v1.7.17
[1.7.18]: https://github.com/cyberark/secretless-broker/compare/v1.7.17...v1.7.18
[1.7.19]: https://github.com/cyberark/secretless-broker/compare/v1.7.18...v1.7.19
[1.7.20]: https://github.com/cyberark/secretless-broker/compare/v1.7.19...v1.7.20
4 changes: 2 additions & 2 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SECTION 3: BSD 3-clause "New" or "Revised" License

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

SECTION 4: MIT License

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


>>> golang.org/x/crypto-0.5.0
>>> golang.org/x/crypto-0.14.0

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

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

// 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 2da73ed

Please sign in to comment.