diff --git a/docs/changelog.md b/docs/changelog.md index 68418bac..e9a0cc7f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,16 +1,22 @@ # Changelog +## 2.6.3 - 2024-09-11 + +* delete shape from edit toolbar by @yohanboniface in #2126 +* fix merge lines on vertex click by @yohanboniface in #2128 +* clicking feature in the browser would not open popup in cluster by @yohanboniface in #2129 + ## 2.6.2 - 2024-09-10 ### Bug fixes -- fix German translation breaking home page in /de/ +* fix German translation breaking home page in /de/ ## 2.6.1 - 2024-09-10 ### Bug fixes -- fix `teams.all()` called by mistake on anonymous users +* fix `teams.all()` called by mistake on anonymous users ## 2.6.0 - 2024-09-10 diff --git a/umap/__init__.py b/umap/__init__.py index bbf416aa..0430b66e 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.6.2" +VERSION = "2.6.3"