Skip to content

Commit 0a4a3b6

Browse files
author
semantic-release
committed
chore: release v8.2.0
1 parent 9a21290 commit 0a4a3b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All versions below are listed in reverse chronological order.
44

5+
## v8.2.0 (2026-03-28)
6+
7+
### Documentation
8+
9+
- **testing**: Document passing pytest options during local development
10+
([`e6669f9`](https://github.com/python-gitlab/python-gitlab/commit/e6669f96d662d310109afa4a61fe8dabbd780a4e))
11+
12+
### Features
13+
14+
- **api**: Add support for project feature flags and feature flag user lists
15+
([`be68285`](https://github.com/python-gitlab/python-gitlab/commit/be68285793f35afc10a72b59da3fb24429631f54))
16+
17+
- **projects**: Add optional parameter to set approval rule on all protected branches.
18+
([`8d76028`](https://github.com/python-gitlab/python-gitlab/commit/8d76028a1ae3554527291dc98e6be041ff089ec5))
19+
20+
521
## v8.1.0 (2026-02-28)
622

723
### Bug Fixes

gitlab/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "gauvainpocentek@gmail.com"
44
__license__ = "LGPL3"
55
__title__ = "python-gitlab"
6-
__version__ = "8.1.0"
6+
__version__ = "8.2.0"

0 commit comments

Comments
 (0)