File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v0.72.3 - 2025-11-07
4+
5+ - [ IMPROVEMENT] Document permission system #668
6+ - [ SECURITY] Update django to 4.2.26 #667
7+ - [ BUGFIX] User notifier stops working after changing username #665
8+ - [ BUGFIX] Some links from audit logs don't work #664
9+ - [ BUGFIX] User may end up with two different permissions #663
10+ - [ BUGFIX] Project owner without admin permission #661
11+ - [ IMPROVEMENT] Add Audit Logs when assigning or removing permission for a Group #662
12+
313# v0.72.2 - 2025-10-16
414
515- [ BUGFIX] Fix deleting projects without farm #659
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " promgen"
7- version = " 0.73.0.dev "
7+ version = " 0.72.3 "
88authors = [{ name = " LINE Corporation" , email = " dl_oss_dev@linecorp.com" }]
99classifiers = [
1010 " Environment :: Web Environment" ,
You can’t perform that action at this time.
0 commit comments