From ac0195aba7ac012f104756e7c387c867649befeb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Jan 2018 21:00:43 +0100 Subject: [PATCH] :books: Updated CHANGELOG for release v2.2.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937794311..cb8749790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning][semantic-versioning]. No unreleased changes yet. +## [v2.2.0] (2018-01-09) + +[Full Changelog][v2.1.0-v2.2.0] + +### Added + +- Adds support for SSH Agent & TCP forwarding #14 +- Added the new Hassio CLI v1.0.1 + +### Changed + +- Prevents possible future Docker login issue +- Pass local CircleCI Docker socket into the build container +- Use image tagged as test as a cache resource +- Upgrades add-on base image to v1.3.1 +- Updated maintenance year, it is 2018 +- Reduces clone depth of Oh My Zsh + +### Removed + +- Removes Microbadger notification hooks + ## [v2.1.0] (2017-12-02) [Full Changelog][v2.0.4-v2.1.0] @@ -129,4 +151,6 @@ No unreleased changes yet. [v2.0.3]: https://github.com/hassio-addons/addon-ssh/tree/v2.0.3 [v2.0.4-v2.1.0]: https://github.com/hassio-addons/addon-ssh/compare/v2.0.4...v2.1.0 [v2.0.4]: https://github.com/hassio-addons/addon-ssh/tree/v2.0.4 +[v2.1.0-v2.2.0]: https://github.com/hassio-addons/addon-ssh/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/hassio-addons/addon-ssh/tree/v2.1.0 +[v2.2.0]: https://github.com/hassio-addons/addon-ssh/tree/v2.2.0