From 0c81e3b95ad76b9800c09269304e08630cbaafbf Mon Sep 17 00:00:00 2001 From: hpal Date: Tue, 24 Dec 2024 12:50:18 +0000 Subject: [PATCH] Bump version --- integrations/sonarqube/CHANGELOG.md | 8 ++++++++ integrations/sonarqube/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index cf1fed0e94..f7e71b2993 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.123 (2024-12-24) + + +### Improvements + +- Added __branches as project attribute in order to map project branches + + ## 0.1.122 (2024-12-23) diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 2c8400a55c..343a85cd37 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarqube" -version = "0.1.122" +version = "0.1.123" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "]