diff --git a/changelog/v4.6.2.md b/changelog/v4.6.2.md new file mode 100644 index 0000000000..fda567b3f3 --- /dev/null +++ b/changelog/v4.6.2.md @@ -0,0 +1,7 @@ +# 4.6.2 + +The v4.6.2 release fixes a regression that could cause tremendous amounts of unneeded vector data to be fetched from the source. + +## Fixes + + * [#7546](Do not request features for wrapped extent) - Do not request features for wrapped extent ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 4846c7dc32..00ed7d5406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.6.1", + "version": "4.6.2", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index d3a2ad1796..158788a12e 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.6.1", + "version": "4.6.2", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",