diff --git a/CHANGELOG.md b/CHANGELOG.md index cee21d56..b990c080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). --- +## [2.7.0] - Unreleased + +*This release is scheduled to be released on 2019-04-01.* + +### Added + +### Updated + +### Fixed + ## [2.6.0] - 2019-01-01 ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues updating, make sure you are running the latest version of Node. @@ -12,6 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### ✨ Experimental ✨ - New default [module weather](modules/default/weather). This module will eventually replace the current `currentweather` and `weatherforecast` modules. The new module is still pretty experimental, but it's included so you can give it a try and help us improve this module. Please give us you feedback using [this forum post](https://forum.magicmirror.builders/topic/9335/default-weather-module-refactoring). +A huge, huge, huge thanks to user @fewieden for all his hard work on the new `weather` module! + ### Added - Possibility to add classes to the cell of symbol, title and time of the events of calendar. - Font-awesome 5, still has 4 for backwards compatibility. diff --git a/package-lock.json b/package-lock.json index 281f5ada..7e37e07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.6.0", + "version": "2.7.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c8f24dd..5a657153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.6.0", + "version": "2.7.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {