diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5fdbc3..622418d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,23 @@ # Change Log +## [v12.2.0](https://github.com/gisaia/ARLAS-WUI/tree/v12.2.0) (2020-01-17) + +[Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.1.1...v12.2.0) + +**New stuff:** + +- Add env variable to set Google Analytics key [\#168](https://github.com/gisaia/ARLAS-wui/issues/168) +- Support serving app under URL base-path [\#156](https://github.com/gisaia/ARLAS-wui/issues/156) + ## [v12.1.1](https://github.com/gisaia/ARLAS-WUI/tree/v12.1.1) (2019-12-23) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.1.0...v12.1.1) +**Fixed bugs:** + +- Sort radio buttons of Result list get deselected by MapSettings component [\#166](https://github.com/gisaia/ARLAS-wui/issues/166) +- Hide and show topology styles [\#165](https://github.com/gisaia/ARLAS-wui/issues/165) + ## [v12.1.0](https://github.com/gisaia/ARLAS-WUI/tree/v12.1.0) (2019-12-19) [Full Changelog](https://github.com/gisaia/ARLAS-WUI/compare/v12.0.0...v12.1.0) diff --git a/package-lock.json b/package-lock.json index 4dc46de4..818fcf4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "12.2.0-dev", + "version": "12.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41adad37..698f5293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arlas-wui", - "version": "12.2.0-dev", + "version": "12.2.0", "author": "gisaia", "license": "Apache-2.0", "scripts": {