diff --git a/docs/changelog.md b/docs/changelog.md index fcede16e..a9c66b40 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,13 @@ # Changelog -## 2.1.0 - Soon +## 2.1.0 - 2024-03-25 ### Bug fixes * deal with i18n in oembed URLs #1688 * set CORS-related header for oEmbed and map views #1689 * only use location bias in search for close zoom #1690 +* catch click event on "See all" buttons #1705 ### Internal changes diff --git a/umap/__init__.py b/umap/__init__.py index 215732a1..127c148a 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.0.4" +VERSION = "2.1.0"