diff --git a/CHANGELOG.md b/CHANGELOG.md index ed54169..0db0835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ All dates in this document are in `DD.MM.YYYY` format. *Nothing yet* +## [Version 2.0.1] (21.04.2020) +### Fixed +- Fixed application menu and ACL's. + ## [Version 2.0.0] (20.04.2020) ### Changed - Converted to client side rendering. @@ -107,6 +111,7 @@ All dates in this document are in `DD.MM.YYYY` format. Initial release [Unreleased]: https://github.com/tano-systems/luci-app-tn-mstpd/tree/master +[Version 2.0.1]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v2.0.1 [Version 2.0.0]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v2.0.0 [Version 1.3.2]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v1.3.2 [Version 1.3.1]: https://github.com/tano-systems/luci-app-tn-mstpd/releases/tag/v1.3.1 diff --git a/htdocs/luci-static/resources/mstpd.js b/htdocs/luci-static/resources/mstpd.js index 623e355..6734f36 100644 --- a/htdocs/luci-static/resources/mstpd.js +++ b/htdocs/luci-static/resources/mstpd.js @@ -5,7 +5,7 @@ 'require session'; 'require uci'; -const appVersion = '2.0.0'; +const appVersion = '2.0.1'; const appHomeUrl = 'https://github.com/tano-systems/luci-app-tn-mstpd'; const appFooter = E('div', { 'class': 'cbi-section' }, [