diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf6394c8d953fc300c6a93edad485ec05b1155e3..fd2728b8cc96650a3a216cd24bbbc6b23b1b680b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
     - deploy
 
 variables:
-    VERSION: "3.1"
+    VERSION: "3.3.0"
     SONARQUBE_URL: https://sonarqube.lam.fr
     CONTAINER_IMAGE: portus.lam.fr/anis/anis-client
     COVERAGE_IMAGE: portus.lam.fr/anis/anis-client-coverage
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8e9dd1aa3f396b79c7edc4b83a93ace62f700c0..0e120ddbb61675bd24ed864f41d77adf13aa0b98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,21 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [3.3.0] - 2020-06
 ### Added
-- #90 => Dynamic documentation to explain how to export results via server urls
 - #88 => Search by cone search
-- #96 => Search by id list
-- #93 => Auto select dataset if only one present
-- #91 => Download results buttons colors can be changed
 - #89 => Name resolver added to cone search
-
-### Fixed
-- #94 => Home redirection to project base href
+- #90 => Dynamic documentation to explain how to export results via server urls
+- #95 => Search by list
 
 ### Changed
+- #91 => Download results buttons colors can be changed
+- #92 => Improvement of sonarqube quality
+- #93 => Auto select dataset if only one present
+- #94 => Home redirection to project base href
 - #96 => Improve search summary design
 
-### Security
-
 
 ## [3.2.0] - 2020-04
 ### Added
diff --git a/VERSION b/VERSION
index f30101c08059da605966d4e84d357519b8c77283..0fa4ae4890372d16ea2933390c4ba9f8f28d3f8a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3
\ No newline at end of file
+3.3.0
\ No newline at end of file