diff --git a/CHANGELOG.md b/CHANGELOG.md index c760e646..cb2025d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.4.0] - 2020-01-23 + +### Changed + - Using a new conjur-authn-k8s-client version that enables authentication of + hosts that have their application identity defined in annotations. + ## [0.3.0] - 2019-12-26 ### Changed diff --git a/pkg/secrets/version.go b/pkg/secrets/version.go index 1f7a98fc..cb39fe6c 100644 --- a/pkg/secrets/version.go +++ b/pkg/secrets/version.go @@ -3,7 +3,7 @@ package secrets import "fmt" // Version field is a SemVer that should indicate the baked-in version -var Version = "0.3.0" +var Version = "0.4.0" // Tag field denotes the specific build type for the broker. It may // be replaced by compile-time variables if needed to provide the git