diff --git a/changelog/v3.18.1.md b/changelog/v3.18.1.md new file mode 100644 index 0000000000..e3864e1002 --- /dev/null +++ b/changelog/v3.18.1.md @@ -0,0 +1,10 @@ +# v3.18.1 + +## Summary + +The v3.18.1 release is a patch release that addresses two regressions in the v3.18.0 release. See the [v3.18.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.18.0) for details on upgrading from v3.17.x. + +## Fixes + + * [#5798](https://github.com/openlayers/ol3/pull/5798) - Move to 90° along the circle, not 0° ([@ahocevar](https://github.com/ahocevar)) + * [#5790](https://github.com/openlayers/ol3/pull/5790) - Fix vector tile rotation on HiDPI devices ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index a1c4ddd384..cd8cf2b88e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "3.18.0", + "version": "3.18.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map",