From 751169f8c30e497ae56c8149c283e3eabe77f383 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sun, 24 May 2020 13:44:04 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.1 release --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1406a5d6..db459014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.1.1] - 2020-05-24 + +### Fixed + +- (GH-33) Fix link to removed page content +- (GH-34) Missing doc coverage for deploying the `brick` binary + - oh what shame ... + ## [v0.1.0] - 2020-05-24 ### Added @@ -95,5 +103,6 @@ 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.0...HEAD +[Unreleased]: https://github.com/atc0005/brick/compare/v0.1.1...HEAD +[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