diff --git a/changelog/v3.14.1.md b/changelog/v3.14.1.md new file mode 100644 index 0000000000..bee79c34ea --- /dev/null +++ b/changelog/v3.14.1.md @@ -0,0 +1,10 @@ +# v3.14.1 + +## Summary + +The v3.14.1 release is a patch release that addresses a few regressions in the v3.14.0 release. See the [v3.14.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.14.0) for details on upgrading from v3.13.x. + +## Fixes + +* [#4939](https://github.com/openlayers/ol3/pull/4939) - Fix rendering of opaque layers with opacity != 1 ([@ahocevar](https://github.com/ahocevar)) + * [#4921](https://github.com/openlayers/ol3/pull/4921) - Unlisten before calling listener and bind to target by default ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 8587ea6df1..9d842b686a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "3.14.0", + "version": "3.14.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map",