From 5694553280abd0cb71e9a5f4edb9ae54d1358071 Mon Sep 17 00:00:00 2001 From: orenbm Date: Thu, 23 Jan 2020 11:17:35 +0200 Subject: [PATCH] Bump version to 0.4.0 Using a new conjur-authn-k8s-client version that enables authentication of hosts that have their application identity defined in annotations --- CHANGELOG.md | 6 ++++++ pkg/secrets/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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