diff --git a/docs/changelog.md b/docs/changelog.md index 5190a0ab..2ea0b14f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.2 - 2024-05-01 + +### Bug fixes + +* vendorize the .map too for dompurify by @davidbgk in #1787 + + ## 2.2.1 - 2024-05-01 ### Bug fixes diff --git a/umap/__init__.py b/umap/__init__.py index 3f755ed2..4c337c20 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.2.1" +VERSION = "2.2.2"