There was an error while loading. Please reload this page.
1 parent 0327aec commit c0ba387Copy full SHA for c0ba387
2 files changed
CHANGES.rst
@@ -10,6 +10,10 @@
10
Changes
11
=======
12
13
+Version v5.1.0 (released 2026-02-17)
14
+
15
+- feat: change role.name to role.id for identity.provides RoleNeed
16
17
Version v5.0.0 (released 2026-01-27)
18
19
- chore(black): update formatting to >= 26.0
invenio_access/__init__.py
@@ -440,7 +440,7 @@
440
)
441
from .proxies import current_access
442
443
-__version__ = "5.0.0"
+__version__ = "5.1.0"
444
445
__all__ = (
446
"__version__",
0 commit comments