diff --git a/CHANGELOG.md b/CHANGELOG.md index d5665b3..c754bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,21 @@ -### 1.0.7 [2019-09-09] +# Change Log + +## 1.0.8 [2019-09-19] + +
  • 2019-09-19: afabiani [Fixes #7] Warning message on map loading
  • + +## 1.0.7 [2019-09-09]
  • 2019-09-09: afabiani [Fixes #6] geonode plugin center error: get_zoom() expects a GEOS Geometry with an SRID of 4326
  • -### 1.0.6 [2019-09-05] +## 1.0.6 [2019-09-05]
  • 2019-09-05: afabiani [Fixes #5] geostore plugin "project_to_mercator" returns wrong SRID
  • 2019-08-27: gioscarda safe backward compatibility
  • 2019-08-23: gioscarda [Fixes #3] registering map creation/update events for monitoring
  • 2019-08-22: afabiani Updated CHANGELOG
  • -### 1.0.5 [2019-08-22] +## 1.0.5 [2019-08-22]
  • 2019-08-21: afabiani Bump idna requirements idna>=2.5,<2.9
  • 2019-08-16: afabiani Bump to version 1.0.5
  • @@ -17,7 +23,7 @@
  • 2019-08-14: afabiani Updated refs to Git Repo
  • 2019-08-14: afabiani Updated CHANGELOG
  • -### 1.0.4 [2019-08-14] +## 1.0.4 [2019-08-14]
  • 2019-08-14: afabiani Bump to version = 1.0.4
  • 2019-08-14: afabiani [Closes #2] Bump urllib3 to 1.25.3
  • @@ -29,16 +35,16 @@
  • 2019-07-24: afabiani - Bump to 1.0.4a0
  • 2019-07-24: Alessio Fabiani Moved to https://github.com/GeoNode/django-mapstore-adapter
  • -### 1.0.3 [2019-06-18] +## 1.0.3 [2019-06-18]
  • 2019-06-18: afabiani - Bump to version 1.0.3
  • 2019-06-18: afabiani [Fixes #7] Local settings.py pollutes global settings.py?
  • -### 1.0.1 [2019-06-14] +## 1.0.1 [2019-06-14]
  • 2019-06-14: afabiani - Bump to version 1.0.1
  • -### 1.0.0 [2019-04-29] +## 1.0.0 [2019-04-29]
  • 2019-04-29: Alessio Fabiani - Bump to version 1.0.0
  • 2019-03-27: gioscarda Fix logging mode
  • @@ -46,12 +52,12 @@
  • 2019-03-21: gioscarda Fix geonode layers context on map save
  • 2018-12-03: afabiani - Fix wrong check with center coords computation
  • -### 0.1.12 [2018-11-30] +## 0.1.12 [2018-11-30]
  • 2018-11-30: afabiani - Bump to version 0.1.12
  • 2018-11-30: afabiani - allow the adapter to fetch urlpatterns from custom project too
  • -### 0.1.11 [2018-11-29] +## 0.1.11 [2018-11-29]
  • 2018-11-29: Alessio Fabiani - bump to version 0.1.11
  • 2018-11-29: afabiani - Remove wrong demo layers from settings/README
  • @@ -63,7 +69,7 @@
  • 2018-11-21: kappu capability dimensions to layer dimesions
  • 2018-11-13: afabiani - Preserve the Style set from the map config
  • -### 0.0.0 [2018-06-18] +## 0.0.0 [2018-06-18] * Discussion with Giovanni Allegri at GeoSolutions S.A.S. * Ignition diff --git a/setup.cfg b/setup.cfg index 9014f11..4d209e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-mapstore-adapter -version = 1.0.7 +version = 1.0.8 description = Django MapStore2 Adapter author = Alessio Fabiani author_email = alessio.fabiani@geo-solutions.it