From 007d09d501af85337b1a489cbc0e78b7043946b4 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 24 Jul 2020 04:50:37 -0500 Subject: [PATCH] Update CHANGELOG for v0.4.3 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6539ac..3f1e9997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,17 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.4.3] - 2020-07-24 + +### Changed + +- Explicitly note notifications state + +### Fixed + +- Email templates: `MISSING VALUE - Please file a bug report!`; use generated + email summary instead of `Record.Note` + ## [v0.4.2] - 2020-7-23 ### Changed @@ -317,7 +328,8 @@ 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.4.2...HEAD +[Unreleased]: https://github.com/atc0005/brick/compare/v0.4.3...HEAD +[v0.4.3]: https://github.com/atc0005/brick/releases/tag/v0.4.3 [v0.4.2]: https://github.com/atc0005/brick/releases/tag/v0.4.2 [v0.4.1]: https://github.com/atc0005/brick/releases/tag/v0.4.1 [v0.4.0]: https://github.com/atc0005/brick/releases/tag/v0.4.0