From e6a2b9f06e93a96bf4b329281bd6d51243139be8 Mon Sep 17 00:00:00 2001 From: Sebastian Limbach Date: Tue, 31 Jan 2017 19:40:49 +0100 Subject: [PATCH] Added the Docker support changes to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9551b79..bf8e9c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.1] - 2017-01-31 + +### Added +- Added Docker support (Pull Request [#673](https://github.com/MichMich/MagicMirror/pull/673)) + ## [2.1.0] - 2016-12-31 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`