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 "]