We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1aaa3 commit 912e1a0Copy full SHA for 912e1a0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v5.3.1 (2025-01-07)
4
+
5
+### Bug Fixes
6
7
+- Fix container registry protection rules to use the correct URL for endpoint
8
+ ([#3079](https://github.com/python-gitlab/python-gitlab/pull/3079))
9
10
## v5.3.0 (2024-12-28)
11
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "5.3.0"
+__version__ = "5.3.1"
0 commit comments