From c24468474a1aac3d01b9a44f5c955bd0ec771f52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Agneray?= <francois.agneray@lam.fr>
Date: Fri, 26 Jun 2020 10:53:12 +0200
Subject: [PATCH] Update CHANGELOG (v3.3.0)

---
 .gitlab-ci.yml |  2 +-
 CHANGELOG.md   | 15 ++++++---------
 VERSION        |  2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf6394c8..fd2728b8 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 c8e9dd1a..0e120ddb 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 f30101c0..0fa4ae48 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3
\ No newline at end of file
+3.3.0
\ No newline at end of file
-- 
GitLab