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.