diff --git a/CHANGELOG.md b/CHANGELOG.md index ee252ea0..7ed2cc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.0] - Unreleased + +### Changed + +### Added + +### Updated + ## [2.1.3] - 2017-10-01 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install` diff --git a/package.json b/package.json index b7db8572..b4f14ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.1.3", + "version": "2.2.0-dev", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {