Skip to content

Commit a2d532c

Browse files
Release 0.72.3
1 parent 32a9158 commit a2d532c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "promgen"
7-
version = "0.73.0.dev"
7+
version = "0.72.3"
88
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
99
classifiers = [
1010
"Environment :: Web Environment",

0 commit comments

Comments
 (0)