Skip to content

Commit a35fad1

Browse files
actions-usergithub-actions
authored and
github-actions
committed
chore: release v3.9.0
1 parent e095735 commit a35fad1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.9.0 (2022-08-28)
6+
### Feature
7+
* Add support for merge_base API ([`dd4fbd5`](https://github.com/python-gitlab/python-gitlab/commit/dd4fbd5e43adbbc502624a8de0d30925d798dec0))
8+
59
## v3.8.1 (2022-08-10)
610
### Fix
711
* **client:** Do not assume user attrs returned for auth() ([`a07547c`](https://github.com/python-gitlab/python-gitlab/commit/a07547cba981380935966dff2c87c2c27d6b18d9))

gitlab/_version.py

+1-1
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__ = "3.8.1"
6+
__version__ = "3.9.0"

0 commit comments

Comments
 (0)