diff --git a/changelog/v3.10.1.md b/changelog/v3.10.1.md new file mode 100644 index 0000000000..c64d46904a --- /dev/null +++ b/changelog/v3.10.1.md @@ -0,0 +1,7 @@ +# v3.10.1 + +## Summary + +This is a patch release that fixes a regression causing text styles with a fill but no stroke to not be rendered. + + * [#4242](https://github.com/openlayers/ol3/pull/4242) - Fix a drawText regression introduced with 31a68e2 ([@marcjansen](https://github.com/marcjansen)) diff --git a/package.json b/package.json index 816178fa6a..a4c41cd0f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "3.10.0", + "version": "3.10.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map",