Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Geri Jennings committed Dec 11, 2019
1 parent 948f364 commit ed313ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.4.1] 2019-12-11

### Added
- Added [README](https://github.com/cyberark/secretless-broker/blob/master/internal/plugin/connectors/tcp/mssql/README.md) for the MSSQL connector (#1003)

### Changed
- Added `go-mssqldb` dependency as a submodule (#1038)

### Fixed
- Updated Conjur provider to log and exit on repeated authentication failure
(#1035)

## [1.4.0] 2019-12-04

### Added
Expand Down Expand Up @@ -406,3 +418,4 @@ The first tagged version.
[1.2.0]: https://github.com/cyberark/secretless-broker/compare/v1.1.0...v1.2.0
[1.3.0]: https://github.com/cyberark/secretless-broker/compare/v1.2.0...v1.3.0
[1.4.0]: https://github.com/cyberark/secretless-broker/compare/v1.3.0...v1.4.0
[1.4.1]: https://github.com/cyberark/secretless-broker/compare/v1.4.0...v1.4.1
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.4.0"
var Version = "1.4.1"

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

Please sign in to comment.