diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd2728b8cc96650a3a216cd24bbbc6b23b1b680b..d30f3924c256d5e33384c02c396f1e74f7f47b41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
     - deploy
 
 variables:
-    VERSION: "3.3.0"
+    VERSION: "3.5.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 6cdc56fecf148a034ef415b2dd49b7342d38394c..94db933bf1f2604d8bf43c144fd2d0e76fada41b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [3.5.0] - 2020-xx
+## [3.5.0] - 2020-12
 ### Added
 - #140 => Add description tooltip on search multiple datasets page
 - #136 => Add detail view for spectra type object and default object
diff --git a/src/settings/settings.ts b/src/settings/settings.ts
index 67bb8f203f4bf5442c2ffbd166959feaa19b67e9..d6f2ab1d6b3978974306f2edd34c2d75ebc02edc 100644
--- a/src/settings/settings.ts
+++ b/src/settings/settings.ts
@@ -8,7 +8,6 @@
  */
 
 export const VERSIONS = {
-    anisClient: '3.4',
-    anisServer: '3.4',
-    anisAuth: '3.2'
+    anisClient: '3.5',
+    anisServer: '3.5'
 };