summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <action@github.com>2021-08-28 00:15:48 +0000
committergithub-actions <action@github.com>2021-08-28 00:15:48 +0000
commita00ec87bdbadccaf3e3700a48cbb797fd2750107 (patch)
tree0c6216baba1d7c4e22e08670090e79bbaf293777
parent2ae1dd7d91f4f90123d9dd8ea92c61b38383e31c (diff)
downloadgitlab-a00ec87bdbadccaf3e3700a48cbb797fd2750107.tar.gz
chore: release v2.10.1v2.10.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--gitlab/__version__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7056f4e..715483b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
<!--next-version-placeholder-->
+## v2.10.1 (2021-08-28)
+### Fix
+* **mixins:** Improve deprecation warning ([`57e0187`](https://github.com/python-gitlab/python-gitlab/commit/57e018772492a8522b37d438d722c643594cf580))
+* **deps:** Upgrade requests to 2.25.0 (see CVE-2021-33503) ([`ce995b2`](https://github.com/python-gitlab/python-gitlab/commit/ce995b256423a0c5619e2a6c0d88e917aad315ba))
+
+### Documentation
+* **mergequests:** Gl.mergequests.list documentation was missleading ([`5b5a7bc`](https://github.com/python-gitlab/python-gitlab/commit/5b5a7bcc70a4ddd621cbd59e134e7004ad2d9ab9))
+
## v2.10.0 (2021-07-28)
### Feature
* **api:** Add merge_ref for merge requests ([`1e24ab2`](https://github.com/python-gitlab/python-gitlab/commit/1e24ab247cc783ae240e94f6cb379fef1e743a52))
diff --git a/gitlab/__version__.py b/gitlab/__version__.py
index 2e8a93f..d7e8431 100644
--- a/gitlab/__version__.py
+++ b/gitlab/__version__.py
@@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2021 python-gitlab t
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "2.10.0"
+__version__ = "2.10.1"