diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d87893..9ec4cbb2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. +## [2.11.0] - Unreleased (Develop Branch) + +*This release is scheduled to be released on 2020-04-01.* + +### Added +### Updated +### Fixed + ## [2.10.0] - 2020-01-01 +Special thanks to @sdetweil for all his great contributions! + ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. ### Added @@ -27,9 +37,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed issue in weatherforecast module where predicted amount of rain was not using the decimal symbol specified in config.js. - Module header now updates correctly, if a module need to dynamically show/hide its header based on a condition. - Fix handling of config.js for serverOnly mode commented out. -- Fixed issue in calendar module where the debug script didn't work correctly with authentication -- Fixed issue that some full day events were not correctly recognized as such -- Display full day events lasting multiple days as happening today instead of some days ago if they are still ongoing +- Fixed issue in calendar module where the debug script didn't work correctly with authentication. +- Fixed issue that some full day events were not correctly recognized as such. +- Display full day events lasting multiple days as happening today instead of some days ago if they are still ongoing. ## [2.9.0] - 2019-10-01 diff --git a/package-lock.json b/package-lock.json index edcd68f5..757d0d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.10.0", + "version": "2.11.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91e4e8a1..0aca57bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.10.0", + "version": "2.11.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {