diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfd719..6e1c587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ All dates in this document are in `DD.MM.YYYY` format. ## [Unreleased] +**Nothing yet** + +## [Version 2.0.1] (06.12.2020) ### Fixed - Fixed IE11 compatibility. - Fixed Rx interface statistics display. @@ -90,6 +93,7 @@ All dates in this document are in `DD.MM.YYYY` format. Initial release [Unreleased]: https://github.com/tano-systems/luci-app-tn-lldpd/tree/master +[Version 2.0.1]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v2.0.1 [Version 2.0.0]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v2.0.0 [Version 1.3.0]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v1.3.0 [Version 1.2.2]: https://github.com/tano-systems/luci-app-tn-lldpd/releases/tag/v1.2.2 diff --git a/htdocs/luci-static/resources/lldpd.js b/htdocs/luci-static/resources/lldpd.js index 16a9f3a..ff3c2c3 100644 --- a/htdocs/luci-static/resources/lldpd.js +++ b/htdocs/luci-static/resources/lldpd.js @@ -10,7 +10,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-lldpd'; const appFooter = E('div', { 'class': 'cbi-section' }, [