From 3b938ec53284681977f69e61945123a2224df7f3 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Thu, 17 Aug 2023 14:14:02 -0400 Subject: [PATCH] Prepare changelog for 1.0.1 --- .changes/1.0.1.md | 5 +++++ .changes/unreleased/Chores-20230817-181314.yaml | 3 --- CHANGELOG.md | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .changes/1.0.1.md delete mode 100644 .changes/unreleased/Chores-20230817-181314.yaml diff --git a/.changes/1.0.1.md b/.changes/1.0.1.md new file mode 100644 index 0000000..5552da5 --- /dev/null +++ b/.changes/1.0.1.md @@ -0,0 +1,5 @@ +## 1.0.1 - 2023-08-17 + +### Chores + +* Update builds to use Go 1.21 diff --git a/.changes/unreleased/Chores-20230817-181314.yaml b/.changes/unreleased/Chores-20230817-181314.yaml deleted file mode 100644 index dc0d194..0000000 --- a/.changes/unreleased/Chores-20230817-181314.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update builds to use Go 1.21 -time: 2023-08-17T18:13:14.074337416Z diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b607f..180ab6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.0.1 - 2023-08-17 + +### Chores + +* Update builds to use Go 1.21 + ## 1.0.0 - 2023-07-08 ### Features