From a13a8041428b8d47bbabfa5c59dbd217dc1e3b6e Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 8 Dec 2023 07:14:42 -0600 Subject: [PATCH] Update CHANGELOG for v0.1.4 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b9f2c..acb31ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,17 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.1.4] - 2023-12-08 + +### Changed + +#### Dependency Updates + +- (GH-117) canary: bump golang from 1.20.11 to 1.20.12 in /dependabot/docker/go +- (GH-119) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.1 to go-ci-oldstable-build-v0.14.2 in /dependabot/docker/builds +- (GH-116) go.mod: bump golang.org/x/sys from 0.14.0 to 0.15.0 +- (GH-114) go.mod: bump zgo.at/termtext from 1.1.0 to 1.2.0 + ## [v0.1.3] - 2023-11-20 ### Changed @@ -111,7 +122,8 @@ Satellite (RSAT) instances. This evaluation is performed using official APIs. Just to be 100% clear: this project is not affiliated with or endorsed by Red Hat, Inc. -[Unreleased]: https://github.com/atc0005/check-rsat/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/atc0005/check-rsat/compare/v0.1.4...HEAD +[v0.1.4]: https://github.com/atc0005/check-rsat/releases/tag/v0.1.4 [v0.1.3]: https://github.com/atc0005/check-rsat/releases/tag/v0.1.3 [v0.1.2]: https://github.com/atc0005/check-rsat/releases/tag/v0.1.2 [v0.1.1]: https://github.com/atc0005/check-rsat/releases/tag/v0.1.1