From a8ecf4db29abddcf3b409726cebcd1176fe905c8 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Tue, 27 Jun 2023 16:04:37 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20release=20v2.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\360\237\247\252 Tests-20230620-175601.yaml" | 5 ----- .changes/v2.1.0.md | 13 +++++++++++++ CHANGELOG.md | 2 -- 3 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 ".changes/unreleased/\360\237\247\252 Tests-20230620-175601.yaml" create mode 100644 .changes/v2.1.0.md diff --git "a/.changes/unreleased/\360\237\247\252 Tests-20230620-175601.yaml" "b/.changes/unreleased/\360\237\247\252 Tests-20230620-175601.yaml" deleted file mode 100644 index 4d10dc4..0000000 --- "a/.changes/unreleased/\360\237\247\252 Tests-20230620-175601.yaml" +++ /dev/null @@ -1,5 +0,0 @@ -kind: "\U0001F9EA Tests" -body: - Add build tag to test files `integration`. This will ensure local go tests don't - run integration tests as default or in trunk `pre-push` triggered checks. -time: 2023-06-20T17:56:01.842149-05:00 diff --git a/.changes/v2.1.0.md b/.changes/v2.1.0.md new file mode 100644 index 0000000..be48ddc --- /dev/null +++ b/.changes/v2.1.0.md @@ -0,0 +1,13 @@ +## v2.1.0 - 2023-06-27 + +### ๐ŸŽ‰ New Product Feature + +- Add `CreateSecret` and `DeleteSecret` nethods. Thanks to contribution by @michaelsauter ๐ŸŽ‰. + +### ๐Ÿงช Tests + +- Add build tag to test files `integration`. This will ensure local go tests don't run integration tests as default or in trunk `pre-push` triggered checks. + +### ๐Ÿค– CI & Build + +- Begin versioning and tracking of changes via `changie`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61050b8..4411834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,3 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). - -No releases yet, this file will be updated when generating your first release.