diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index eca6961506..d4ece84c85 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.2.21 (2025-01-16) +=================== + +### Improvements + +- Fixed UserWarning log caused by not setting the `get_all` parameter for `project.label.list` request + + 0.2.20 (2025-01-16) =================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 477a9ccc35..69f25387fc 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.20" +version = "0.2.21" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "]