From e4b3a009df9b651bc0a4467cbd9f22f284c5fe11 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 27 May 2023 15:51:53 +0000
Subject: [PATCH] chore(release): 3.2.0 [skip ci]

# [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27)

### Features

* **workflow:** extend (skip ci) feature ([2f77b8d](https://gitlab.com/to-be-continuous/sonar/commit/2f77b8d724fea656b6abcc92adf865d3ad471065))
---
 CHANGELOG.md                  | 7 +++++++
 README.md                     | 2 +-
 templates/gitlab-ci-sonar.yml | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51ff1b0..d6f89b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27)
+
+
+### Features
+
+* **workflow:** extend (skip ci) feature ([2f77b8d](https://gitlab.com/to-be-continuous/sonar/commit/2f77b8d724fea656b6abcc92adf865d3ad471065))
+
 ## [3.1.1](https://gitlab.com/to-be-continuous/sonar/compare/3.1.0...3.1.1) (2023-01-27)
 
 
diff --git a/README.md b/README.md
index 17c4954..46c9aa9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/sonar'
-    ref: '3.1.1'
+    ref: '3.2.0'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index e92df08..0b17042 100644
--- a/templates/gitlab-ci-sonar.yml
+++ b/templates/gitlab-ci-sonar.yml
@@ -276,7 +276,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "sonar", "3.1.1" ]
+      command: ["--service", "sonar", "3.2.0" ]
   variables:
     # see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4
     SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
-- 
GitLab