diff --git a/docs/changelog.md b/docs/changelog.md index 3ef57daf8..f5cd3500d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2.8.2 - 2024-12-26 + +### Bug fixes +* fix create marker from search result by @yohanboniface in #2404 +* fix startMarker/Polyline/Polygon on right click by @yohanboniface in #2403 + ## 2.8.1 - 2024-12-24 ### Bug fixes diff --git a/umap/__init__.py b/umap/__init__.py index c3bf080aa..63baf9a22 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.8.1" +VERSION = "2.8.2"