From e1bb6ac6dece284dd7a60654c4b1048a8fd8aed0 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Tue, 17 Oct 2017 08:12:35 +0200 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254c343d..8bda79e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.8.0 - 2017-10-17 + +### Fixed + +* Aliasing an external component works correctly (solnic) +* Manually calling `:init` will also finalize a component (solnic) + +[Compare v0.8.0...v0.8.1](https://github.com/dry-rb/dry-system/compare/v0.8.0...v0.8.1) + # 0.8.0 - 2017-10-16 ### Added