diff --git a/docs/changelog.md b/docs/changelog.md index 05ff7708..589f3947 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2.6.1 - 2024-09-10 + +### Bug fixes + +- fix `teams.all()` called by mistake on anonymous users + ## 2.6.0 - 2024-09-10 ### New features diff --git a/umap/__init__.py b/umap/__init__.py index 840688e3..f0c101cc 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.6.0" +VERSION = "2.6.1"