Skip to content

Commit

Permalink
Merge pull request #1439 from cyberark/release-1.7.8
Browse files Browse the repository at this point in the history
Bump version to 1.7.8
  • Loading branch information
jtuttle authored Nov 10, 2021
2 parents a1c8b28 + ec250d8 commit e745226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.7.8] - 2021-11-09

### Fixed
- Version bump to resolve flakey test on tagged master.
[cyberark/secretless-broker#1438](https://github.com/cyberark/secretless-broker/pull/1438)

## [1.7.7] - 2021-11-03

### Fixed
Expand Down Expand Up @@ -604,7 +610,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.7...HEAD
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.7.8...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 Expand Up @@ -638,3 +644,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.7.5]: https://github.com/cyberark/secretless-broker/compare/v1.7.4...v1.7.5
[1.7.6]: https://github.com/cyberark/secretless-broker/compare/v1.7.5...v1.7.6
[1.7.7]: https://github.com/cyberark/secretless-broker/compare/v1.7.6...v1.7.7
[1.7.8]: https://github.com/cyberark/secretless-broker/compare/v1.7.7...v1.7.8
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.7"
var Version = "1.7.8"

// 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 e745226

Please sign in to comment.