From c66810af4a1c196975f9b2419fc7c114b6b40e63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:59:34 +0200 Subject: [PATCH] Release v1.2.1 (#59) This PR was created by the [Changie release GitHub action](https://github.com/labd/changie-release-action). When you're ready to do a release, you can merge this and the tag v1.2.1 will be created and the release.yaml workflow will be started. If you're not ready to do a release yet, that's fine, whenever you add more changes to main, this PR will be updated. # Releases ## v1.2.1 - 2024-05-17 ### Dependency * chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in the go group across 1 directory Co-authored-by: demeyerthom --- .changes/unreleased/Dependency-20240514-054412.yaml | 3 --- .changes/v1.2.1.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Dependency-20240514-054412.yaml create mode 100644 .changes/v1.2.1.md diff --git a/.changes/unreleased/Dependency-20240514-054412.yaml b/.changes/unreleased/Dependency-20240514-054412.yaml deleted file mode 100644 index 92cc4f8..0000000 --- a/.changes/unreleased/Dependency-20240514-054412.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: 'chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in the go group across 1 directory' -time: 2024-05-14T05:44:12.167723391Z diff --git a/.changes/v1.2.1.md b/.changes/v1.2.1.md new file mode 100644 index 0000000..b88780f --- /dev/null +++ b/.changes/v1.2.1.md @@ -0,0 +1,3 @@ +## v1.2.1 - 2024-05-17 +### Dependency +* chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in the go group across 1 directory diff --git a/CHANGELOG.md b/CHANGELOG.md index eaeb15c..ebd068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.2.1 - 2024-05-17 +### Dependency +* chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in the go group across 1 directory + ## v1.2.0 - 2024-05-14 ### Added * Add `description` and `secret` to `storyblok_webhook`