diff --git a/CHANGELOG.md b/CHANGELOG.md index ad86e44..ceb6db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2024-02-13 + +- Performance fixes in higher zoomlevels + ## [1.1.2] ### Removed diff --git a/package.json b/package.json index ce4e48a..90b30a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eu.netherlands3d.minimap", - "version": "1.1.2", + "version": "1.1.3", "displayName": "Netherlands3D - Minimap", "description": "A unity canvas minimap for WMTS services", "unity": "2022.2",