diff --git a/CHANGELOG.md b/CHANGELOG.md index 026e282a56..d826bdf533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [2021.01.03](https://github.com/geosolutions-it/MapStore2/tree/v2021.01.02) (2021-05-13) + +This release contains hotfix for issue with CesiumJS certificate (#6838). + +- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2021.01.02...v2021.01.03)** + +- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.01.03%22+is%3Aclosed+label%3Aenhancement)** + +- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.01.03%22+is%3Aclosed+label%3Abug)** + +- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222021.01.03%22+is%3Aclosed)** + ## [2021.01.02](https://github.com/geosolutions-it/MapStore2/tree/v2021.01.02) (2021-05-03) - **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2021.01.01...v2021.01.02)** diff --git a/package.json b/package.json index 352abf24a6..c9efccbbaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapstore2", - "version": "0.2.2", + "version": "0.2.3", "description": "MapStore 2", "repository": "https://github.com/geosolutions-it/MapStore2", "main": "index.js",