From c9368e087b02b935460002c9227e32d7e1a660d2 Mon Sep 17 00:00:00 2001 From: mkarmah Date: Thu, 16 Jan 2025 19:45:40 +0000 Subject: [PATCH] bump integration version --- integrations/gitlab/CHANGELOG.md | 8 ++++++++ integrations/gitlab/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 "]