From a76e132f58ff0ed0d9fe27812dad60fe03b25ff6 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 6 May 2022 05:46:28 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.12 release --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7f59d..168b3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,24 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.1.12] - 2022-05-06 + +### Overview + +- Dependency updates +- built using Go 1.17.9 + - Statically linked + - Windows (x86, x64) + - Linux (x86, x64) + +### Changed + +- Dependencies + - `Go` + - `1.17.7` to `1.17.9` + - `antchfx/xmlquery` + - `v1.3.9` to `v1.3.10` + ## [v0.1.11] - 2022-03-03 ### Overview @@ -340,7 +358,8 @@ Worth noting (in no particular order): - README - Link badges to applicable GitHub Actions workflows results -[Unreleased]: https://github.com/atc0005/go-lockss/compare/v0.1.11...HEAD +[Unreleased]: https://github.com/atc0005/go-lockss/compare/v0.1.12...HEAD +[v0.1.12]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.12 [v0.1.11]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.11 [v0.1.10]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.10 [v0.1.9]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.9