From 52c758678767e7f78dcd54db4613ecd9054809cc Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sun, 8 Aug 2021 08:27:46 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.6 release --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187ef01..17077da 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.6] - 2021-08-08 + +### Overview + +- Dependency updates +- built using Go 1.16.7 + - Statically linked + - Windows (x86, x64) + - Linux (x86, x64) + +### Changed + +- Dependencies + - `Go` + - `1.16.6` to `1.16.7` + - `actions/setup-node` + - updated from `v2.2.0` to `v2.4.0` + ## [v0.1.5] - 2021-07-16 ### Overview @@ -207,7 +225,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.5...HEAD +[Unreleased]: https://github.com/atc0005/go-lockss/compare/v0.1.6...HEAD +[v0.1.6]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.6 [v0.1.5]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.5 [v0.1.4]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.4 [v0.1.3]: https://github.com/atc0005/go-lockss/releases/tag/v0.1.3