diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb7fbc0..9571bb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.7.0](https://github.com/resoai/TileBoard/compare/v2.6.5...v2.7.0) (2021-11-22) + + +### Features + +* create docker images for standalone use ([#793](https://github.com/resoai/TileBoard/issues/793)) ([73a854e](https://github.com/resoai/TileBoard/commit/73a854e9d121a22b040ff88a126ba00bd30e0f30)) + ### [2.6.5](https://github.com/resoai/TileBoard/compare/v2.6.4...v2.6.5) (2021-10-28) diff --git a/package.json b/package.json index 2011510b..7773e7ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard", - "version": "2.6.5", + "version": "2.7.0", "description": "Simple yet highly customizable dashboard for Home Assistant", "scripts": { "dev": "rollup --config --watch",