2 files changed
@@ -2,6 +2,19 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All versions below are listed in reverse chronological order. | |
| 4 | 4 | ||
| 5 | + ## v8.4.0 (2026-05-28) | ||
| 6 | + | ||
| 7 | + ### Features | ||
| 8 | + | ||
| 9 | + - **const**: Add new Security Manager role | ||
| 10 | + ([`3738bb2`](https://github.com/python-gitlab/python-gitlab/commit/3738bb2eaa1be118021337fc02aba02d4abf8acf)) | ||
| 11 | + | ||
| 12 | + ### Testing | ||
| 13 | + | ||
| 14 | + - **const**: Add tests for AccessLevel | ||
| 15 | + ([`2ab6d9f`](https://github.com/python-gitlab/python-gitlab/commit/2ab6d9f1c667d809f4d118ad8d8a2c111cc21b0e)) | ||
| 16 | + | ||
| 17 | + | ||
| 5 | 18 | ## v8.3.0 (2026-04-28) | |
| 6 | 19 | ||
| 7 | 20 | ### Bug Fixes | |
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "8.3.0" | ||
| 6 | + __version__ = "8.4.0" | ||
0 commit comments