diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 852f69c..23b89d3 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.3.0](https://github.com/resoai/TileBoard-addon/compare/v1.2.8...v1.3.0) (2021-10-25) + + +### Features + +* add option to choose whether to use external or internal URL ([#26](https://github.com/resoai/TileBoard-addon/issues/26)) ([ddd89c1](https://github.com/resoai/TileBoard-addon/commit/ddd89c19809f376ff6d4a78b5d8e42d6197260d4)) + ### [1.2.8](https://github.com/resoai/TileBoard-addon/compare/v1.2.7...v1.2.8) (2021-10-25) diff --git a/addon/config.json b/addon/config.json index 7dc044b..416604c 100644 --- a/addon/config.json +++ b/addon/config.json @@ -1,6 +1,6 @@ { "name": "TileBoard", - "version": "1.2.8", + "version": "1.3.0", "slug": "tileboard", "description": "Simple yet highly-customizable dashboard", "url": "https://github.com/resoai/TileBoard", diff --git a/package.json b/package.json index 794acca..70f00e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard-addon", - "version": "1.2.8", + "version": "1.3.0", "description": "Home Assistant Addon for TileBoard", "scripts": { "release": "standard-version"