diff --git a/CHANGES.rst b/CHANGES.rst index 5fd5ba9..6071bcf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 2.2.1 (released 2023-05-26) + +- fix styling for locale preferences field + Version 2.2.0 (released 2023-04-25) - add locale to user profile preferences diff --git a/invenio_userprofiles/__init__.py b/invenio_userprofiles/__init__.py index 3bbdcb1..5ed33cd 100644 --- a/invenio_userprofiles/__init__.py +++ b/invenio_userprofiles/__init__.py @@ -30,7 +30,7 @@ from .ext import InvenioUserProfiles from .models import UserProfile, UserProfileProxy -__version__ = "2.2.0" +__version__ = "2.2.1" __all__ = ( "__version__",