diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb8a550..02af03f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.9.1](https://github.com/dhis2/maps-gl/compare/v3.9.0...v3.9.1) (2024-03-13) + + +### Bug Fixes + +* use round style for line-join and line-cap ([#566](https://github.com/dhis2/maps-gl/issues/566)) ([476f5af](https://github.com/dhis2/maps-gl/commit/476f5af95f47ad68f50bafd0b52185515714f29b)) + # [3.9.0](https://github.com/dhis2/maps-gl/compare/v3.8.6...v3.9.0) (2024-03-05) diff --git a/package.json b/package.json index 942cc2e5..33064312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/maps-gl", - "version": "3.9.0", + "version": "3.9.1", "description": "A WebGL rendering engine for DHIS2 maps based on Mapbox GL JS.", "publishConfig": { "access": "public"