From 0fd28219eda06e87489fd86f37814a730e742ecb Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 18 Jun 2020 07:40:49 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.2 release --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db459014..c46a866e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,32 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.1.2] - 2020-06-18 + +### Added + +- Dependabot + - Enable Go Modules updates + - Enable GitHub Actions updates + +### Changed + +- Update dependencies + - `apex/log` + - `v1.1.4` to `v1.4.0` + - `actions/setup-go` + - `v1` to `v2.0.3` + - `actions/checkout` + - `v1` to `v2.3.0` + - `actions/setup-node` + - `v1` to `v2.0.0` + +### Fixed + +- Remove duplicate steps in deploy doc +- Replace invalid config file parameters +- Fix debug comment so that it reflects current behavior + ## [v0.1.1] - 2020-05-24 ### Fixed @@ -103,6 +129,7 @@ Known issues: - the expectation is that host-level firewall rules will be used to protect against this until a feature can be added to filter access -[Unreleased]: https://github.com/atc0005/brick/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/atc0005/brick/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/atc0005/brick/releases/tag/v0.1.2 [v0.1.1]: https://github.com/atc0005/brick/releases/tag/v0.1.1 [v0.1.0]: https://github.com/atc0005/brick/releases/tag/v0.1.0