diff --git a/docs/changelog.md b/docs/changelog.md index 82870958..f19f8c7b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.4 - 2023-06-17 + +- allow to control icon opacity (cf #236) +- display the number of maps on search results page +- allow to customize user display name and URL slug +- fix geo: scheme in (description) links (cf #1140) +- fix popup footer floating within the content (cf #1146) + ## 1.3.3 - 2023-06-07 - add Dockerfile diff --git a/umap/__init__.py b/umap/__init__.py index e371c8ac..4a16f216 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.3.3" +VERSION = "1.3.4"