diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa8b889..108e7fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log +## [v12.5.0](https://github.com/gisaia/ARLAS-WUI/tree/v12.5.0) (2020-02-17) + +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.4.0...v12.5.0) + ## [v12.4.0](https://github.com/gisaia/ARLAS-WUI/tree/v12.4.0) (2020-02-10) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.3.0...v12.4.0) +**New stuff:** + +- Add entry in configuration to display or not indicators on analytics board [\#187](https://github.com/gisaia/ARLAS-wui/issues/187) [[conf](https://github.com/gisaia/ARLAS-wui/labels/conf)] +- Update toolkit version to 12.4.0 [\#186](https://github.com/gisaia/ARLAS-wui/issues/186) +- Add entry in configuration to display or not "zoom to data" button [\#185](https://github.com/gisaia/ARLAS-wui/issues/185) [[conf](https://github.com/gisaia/ARLAS-wui/labels/conf)] +- Add entry in configuration to activate gauge [\#184](https://github.com/gisaia/ARLAS-wui/issues/184) [[conf](https://github.com/gisaia/ARLAS-wui/labels/conf)] + ## [v12.3.0](https://github.com/gisaia/ARLAS-WUI/tree/v12.3.0) (2020-02-03) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.2.2...v12.3.0) diff --git a/package-lock.json b/package-lock.json index 2889ea00..94c36611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "12.5.0-dev", + "version": "12.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da71df84..9782d693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "12.5.0-dev", + "version": "12.5.0", "author": "gisaia", "license": "Apache-2.0", "scripts": {