From a38a15b404d0c46adc6fee916a874f18c385b877 Mon Sep 17 00:00:00 2001 From: lordsarcastic Date: Fri, 15 Nov 2024 17:34:52 +0100 Subject: [PATCH] Bumped integration version --- integrations/sonarqube/CHANGELOG.md | 12 ++++++++++++ integrations/sonarqube/pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/integrations/sonarqube/CHANGELOG.md b/integrations/sonarqube/CHANGELOG.md index eb98d82827..eb780dc36e 100644 --- a/integrations/sonarqube/CHANGELOG.md +++ b/integrations/sonarqube/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.111 (2024-11-15) + + +### Improvements + +- Increased logs presence in integration (0.1.111) + +### Bug Fixes + +- Fixed bug where issues/list API is not available for older SonarQube instance versions (0.1.105) + + ## 0.1.110 (2024-11-12) diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml index 11e9f01841..34f3641654 100644 --- a/integrations/sonarqube/pyproject.toml +++ b/integrations/sonarqube/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sonarqube" -version = "0.1.110" +version = "0.1.111" description = "SonarQube projects and code quality analysis integration" authors = ["Port Team "]