From 660e601a647d0983cfb8f5c57ebbe76e7f6a12e2 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Thu, 23 Mar 2023 09:41:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ba149..700fa27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.2.12 (March 23, 2023) + +IMPROVEMENTS: + +- Plugin now reports its version to Vault server. You can see it with `vault plugin list` command. +- Remove version number from the binary file name (now `artifactory-secrets-plugin`, vs `artifactory-secrets-plugin_v0.2.6`) now that it registers as 'versioned' plugin with Vault server. +- Update README on how to register plugin to reflect this change of binary name. +- Update Makefile to use GoRelease (same as GitHub Action) to build binary for development process. + ## 0.2.11 (March 20, 2023) IMPROVEMENTS: