diff --git a/.changes/unreleased/Fixed-20240507-165543.yaml b/.changes/unreleased/Fixed-20240507-165543.yaml deleted file mode 100644 index 3baa363..0000000 --- a/.changes/unreleased/Fixed-20240507-165543.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Added changie and taskfile -time: 2024-05-07T16:55:43.992396889+02:00 diff --git a/.changes/v0.3.2.md b/.changes/v0.3.2.md new file mode 100644 index 0000000..fe7f9a9 --- /dev/null +++ b/.changes/v0.3.2.md @@ -0,0 +1,3 @@ +## v0.3.2 - 2025-10-07 +### Fixed +* Added changie and taskfile diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c6a1f..f8bca65 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). +## v0.3.2 - 2025-10-07 +### Fixed +* Added changie and taskfile + ## 0.3.1 (2022-06-15) - upgraded to Go version 1.17 to trigger building arm64 builds