diff --git a/CHANGES.md b/CHANGES.md index e86564f90..69ae21218 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Change Log ========== +### 1.9.4 - 09/04/2019 +* Pages 404.html and 500.html rebranded. +* Regione Emilia-Romagna URLs in samples changed from HTTP to HTTPS. +* Updated terriajs to glughi/terriajs#rer3d_1.9.4. + + ### 1.9.3 - 26/03/2019 * Changed default RER terrain URL. * Removed useless domains from proxy list. diff --git a/package.json b/package.json index 592e7d796..e0768fad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rer3d-map", - "version": "1.9.3", + "version": "1.9.4", "description": "Regione Emilia-Romagna customization of TerriaMap, a catalog-based web geospatial visualisation platform based on TerriaJS and CesiumJS.", "license": "Apache-2.0", "engines": { @@ -58,7 +58,7 @@ "semver": "^5.0.0", "style-loader": "^0.19.1", "svg-sprite-loader": "^3.4.0", - "terriajs": "glughi/terriajs#rer3d_1.9.3", + "terriajs": "glughi/terriajs#rer3d_1.9.4", "terriajs-catalog-editor": "^0.2.0", "terriajs-cesium": "1.53.0", "terriajs-schema": "latest",