diff --git a/CHANGELOG.md b/CHANGELOG.md
index 993da23..934abe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
-* Process more than 500 SonarQube projects by [marceloavilaoliveira](https://github.com/marceloavilaoliveira). Pull Request: [PR1](https://github.com/juaalta/sonarqube-prometheus-exporter/pull/1)
-* Upgrade Github Actions configuration.
-
### Changed
### Deprecated
@@ -24,6 +21,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- - -
+## 1.2.0 - 2024-02-08
+
+### Added
+
+* Process more than 500 SonarQube projects by [marceloavilaoliveira](https://github.com/marceloavilaoliveira). Pull Request: [PR1](https://github.com/juaalta/sonarqube-prometheus-exporter/pull/1)
+
+### Changed
+
+* Upgrade Github Actions configuration.
+
+
## 1.1.0 - 2022-01-03
### Added
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 4caa79a..aaae790 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -16,7 +16,7 @@ services:
volumes:
- sonarqube_conf:/opt/sonarqube/conf
- sonarqube_data:/opt/sonarqube/data
- - ../target/sonar-prometheus-exporter-1.2.0-SNAPSHOT.jar:/opt/sonarqube//extensions/plugins/sonar-prometheus-exporter-1.2.0-SNAPSHOT.jar
+ - ../target/sonar-prometheus-exporter-1.2.0.jar:/opt/sonarqube//extensions/plugins/sonar-prometheus-exporter-1.2.0.jar
db:
image: postgres
diff --git a/pom.xml b/pom.xml
index f7917ee..a176755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
es.juaalta
sonar-prometheus-exporter
sonar-plugin
- 1.2.0-SNAPSHOT
+ 1.2.0
https://github.com/juaalta/sonarqube-prometheus-exporter