diff --git a/CHANGELOG.md b/CHANGELOG.md index b27e238dd..f75d6ff25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.1 + +Fixed + +* Ensure that we never try to remove the Esri logo from a map twice https://github.com/Esri/esri-leaflet/issues/667 + ## 1.0.0 This represents the stable release of Esri Leaflet compatible with Leaflet 0.7.3. All future 1.0.X releases will be compatible with Leaflet 0.7.3 and contain only bug fixes. New features will only be added in Esri Leaflet 2.0.0 which will require Leaflet 1.0.0. diff --git a/package.json b/package.json index c503f3f9a..4c5edd5b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esri-leaflet", - "version": "1.0.0", + "version": "1.0.1", "description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services", "main": "dist/esri-leaflet.js", "repository": {