diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d70b5..10b3a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.5.0 - 2023-06-29 + - Catch exceptions trying to get a tahoe idp uid for users + ## 2.4.4 - 2023-06-28 - Fix user_sync_to_idp receiver for UserProfile diff --git a/tahoe_idp/__init__.py b/tahoe_idp/__init__.py index 19197be..93aba48 100644 --- a/tahoe_idp/__init__.py +++ b/tahoe_idp/__init__.py @@ -4,4 +4,4 @@ # Increase this version by 1 after every backward-incompatible # change in the exported data format -__version__ = "2.4.4" +__version__ = "2.5.0"