Skip to content

Commit c0ba387

Browse files
committed
release: v5.1.0
1 parent 0327aec commit c0ba387

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v5.1.0 (released 2026-02-17)
14+
15+
- feat: change role.name to role.id for identity.provides RoleNeed
16+
1317
Version v5.0.0 (released 2026-01-27)
1418

1519
- chore(black): update formatting to >= 26.0

invenio_access/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
)
441441
from .proxies import current_access
442442

443-
__version__ = "5.0.0"
443+
__version__ = "5.1.0"
444444

445445
__all__ = (
446446
"__version__",

0 commit comments

Comments
 (0)