diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f57c242..c76c69a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.1](https://github.com/dhis2/maps-gl/compare/v3.4.0...v3.4.1) (2022-03-09) + + +### Bug Fixes + +* show event clusters on innermost zoom level (DHIS2-12196) ([#453](https://github.com/dhis2/maps-gl/issues/453)) ([bfd9511](https://github.com/dhis2/maps-gl/commit/bfd9511c76d9032b43f5244f0ccaed15cc12f6fa)) + # [3.4.0](https://github.com/dhis2/maps-gl/compare/v3.3.0...v3.4.0) (2022-02-28) diff --git a/package.json b/package.json index ec0b5e00..ca87e3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/maps-gl", - "version": "3.4.0", + "version": "3.4.1", "description": "A WebGL rendering engine for DHIS2 maps based on Mapbox GL JS.", "publishConfig": { "access": "public"