diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 5be4424c..05ae5f2e 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -12,12 +12,16 @@ ## Summary +Utilisation du Geocodage v2 + ## Changelog * [Added] * [Changed] + - mise à jour pour utilisation du service de Geocodage v2 (#279) + * [Deprecated] * [Removed] diff --git a/package.json b/package.json index f5025568..7bebb402 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "2.6.16", - "date": "27/09/2022", + "version": "2.7.0", + "date": "04/10/2022", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.2.4", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.2.15", + "olExtVersion": "3.2.16", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.3.7", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",