diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd211806..daa3adb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,31 @@
+# 0.7.0
+
+
+- [BUG] 🐛 fix some sonar/compilation warnings
+- [BUG] :bug: renew connection with ldap if server is down (#391)
+- [UP] :arrow_up: Bump commons-io from 2.10.0 to 2.11.0
+- [UP] :arrow_up: Bump tomcat.version from 9.0.48 to 9.0.50
+- [ENH] :sparkles: Mapping Sugoi object with Ldap must be customisable (#191)
+- [ENH] :sparkles: Realm and UserStorage mapping attributes for Ldap Store Provider
+- [ENH] global export feature
+- [REL] :rocket: prepare next version
+- [REL] :rocket: release version 0.6.0
+- [BUG] :bug: Signoff commit when preparing release
+- [META] :card_index: change commit message when releasing
+- [BUG] 🐛 Fix ldap connexion leak (#379)
+- [ENH] objectClass can be set by userStorage
+- [ENH] implement paging on ldap store
+- [UP] :arrow_up: Bump spring-boot.version from 2.5.1 to 2.5.2
+- [ENH] :sparkles: sort key must be customizable
+- [UP] :arrow_up: Bump spotless-maven-plugin from 2.12.0 to 2.12.1
+- [UP] :arrow_up: Bump tomcat.version from 9.0.46 to 9.0.48
+- [META] 📇 Fix changelog format and url
+- [REL] :rocket: prepare next version
+- [REL] :rocket: prepare new version 0.5.0
+- [REL] :rocket: Release 0.4.0
+- Resolve [250] Add paging properties on userstorage of type ldap + Resolve [247] Having a generic interface for paged requests + Resolve [248] Refactor findByProperties services for multi-userstorage paging + Resolve [251] Implement paging on Ldap store
+
+
# 0.6.0
diff --git a/pom.xml b/pom.xml
index 9169c7a2..199cff85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
sugoi-api-parent
User services management
pom
diff --git a/sugoi-api-converter/pom.xml b/sugoi-api-converter/pom.xml
index 8f4b3ac0..0af83e25 100644
--- a/sugoi-api-converter/pom.xml
+++ b/sugoi-api-converter/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-converter
diff --git a/sugoi-api-core/pom.xml b/sugoi-api-core/pom.xml
index 252ae320..e9396909 100644
--- a/sugoi-api-core/pom.xml
+++ b/sugoi-api-core/pom.xml
@@ -5,7 +5,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-core
diff --git a/sugoi-api-distribution/pom.xml b/sugoi-api-distribution/pom.xml
index b87fa698..371029a3 100644
--- a/sugoi-api-distribution/pom.xml
+++ b/sugoi-api-distribution/pom.xml
@@ -4,7 +4,7 @@
sugoi-api-parent
fr.insee.sugoi
- 0.7.0-SNAPSHOT
+ 0.7.0
pom
diff --git a/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml
index 7c361cca..e4f6b355 100644
--- a/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml
+++ b/sugoi-api-distribution/sugoi-api-distribution-full-env/pom.xml
@@ -6,7 +6,7 @@
fr.insee.sugoi
sugoi-api-distribution
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-distribution-full-env
diff --git a/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml
index 66a4bc45..740c2951 100644
--- a/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml
+++ b/sugoi-api-distribution/sugoi-api-distribution-jar/pom.xml
@@ -6,7 +6,7 @@
fr.insee.sugoi
sugoi-api-distribution
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-distribution-jar
diff --git a/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml b/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml
index 649fc205..f06bdcec 100644
--- a/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml
+++ b/sugoi-api-distribution/sugoi-api-distribution-war/pom.xml
@@ -6,7 +6,7 @@
fr.insee.sugoi
sugoi-api-distribution
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-distribution-war
diff --git a/sugoi-api-event-log/pom.xml b/sugoi-api-event-log/pom.xml
index fc2b9539..4bef9fb5 100644
--- a/sugoi-api-event-log/pom.xml
+++ b/sugoi-api-event-log/pom.xml
@@ -5,7 +5,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-event-log
diff --git a/sugoi-api-event-metrics/pom.xml b/sugoi-api-event-metrics/pom.xml
index b5406dfc..13cdc687 100644
--- a/sugoi-api-event-metrics/pom.xml
+++ b/sugoi-api-event-metrics/pom.xml
@@ -5,7 +5,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-event-metrics
diff --git a/sugoi-api-event-webhook/pom.xml b/sugoi-api-event-webhook/pom.xml
index 6d021756..9e817111 100644
--- a/sugoi-api-event-webhook/pom.xml
+++ b/sugoi-api-event-webhook/pom.xml
@@ -5,7 +5,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-event-webhook
diff --git a/sugoi-api-file-config-provider/pom.xml b/sugoi-api-file-config-provider/pom.xml
index 9943eff3..b8fff5ab 100644
--- a/sugoi-api-file-config-provider/pom.xml
+++ b/sugoi-api-file-config-provider/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-file-config-provider
diff --git a/sugoi-api-file-store-provider/pom.xml b/sugoi-api-file-store-provider/pom.xml
index 2d0cb249..4a185d3b 100644
--- a/sugoi-api-file-store-provider/pom.xml
+++ b/sugoi-api-file-store-provider/pom.xml
@@ -5,7 +5,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
diff --git a/sugoi-api-jms-store-provider/pom.xml b/sugoi-api-jms-store-provider/pom.xml
index 4406dc67..7894806a 100644
--- a/sugoi-api-jms-store-provider/pom.xml
+++ b/sugoi-api-jms-store-provider/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-jms-store-provider
diff --git a/sugoi-api-jms-utils/pom.xml b/sugoi-api-jms-utils/pom.xml
index 5bc0471a..6a9dae0c 100644
--- a/sugoi-api-jms-utils/pom.xml
+++ b/sugoi-api-jms-utils/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-jms-utils
diff --git a/sugoi-api-ldap-config-provider/pom.xml b/sugoi-api-ldap-config-provider/pom.xml
index 89f813be..4db73fb1 100644
--- a/sugoi-api-ldap-config-provider/pom.xml
+++ b/sugoi-api-ldap-config-provider/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-ldap-config-provider
diff --git a/sugoi-api-ldap-store-provider/pom.xml b/sugoi-api-ldap-store-provider/pom.xml
index c18f7745..f87f1626 100644
--- a/sugoi-api-ldap-store-provider/pom.xml
+++ b/sugoi-api-ldap-store-provider/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-ldap-store-provider
diff --git a/sugoi-api-ldap-utils/pom.xml b/sugoi-api-ldap-utils/pom.xml
index f5c6b708..fada5ff3 100644
--- a/sugoi-api-ldap-utils/pom.xml
+++ b/sugoi-api-ldap-utils/pom.xml
@@ -4,7 +4,7 @@
sugoi-api-parent
fr.insee.sugoi
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-ldap-utils
diff --git a/sugoi-api-model/pom.xml b/sugoi-api-model/pom.xml
index b9c1eed2..9a9e1040 100644
--- a/sugoi-api-model/pom.xml
+++ b/sugoi-api-model/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-model
diff --git a/sugoi-api-rest-commons-services/pom.xml b/sugoi-api-rest-commons-services/pom.xml
index b8102561..6b667b33 100644
--- a/sugoi-api-rest-commons-services/pom.xml
+++ b/sugoi-api-rest-commons-services/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-rest-commons-services
diff --git a/sugoi-api-rest-old-services/pom.xml b/sugoi-api-rest-old-services/pom.xml
index 57305e99..01caba10 100644
--- a/sugoi-api-rest-old-services/pom.xml
+++ b/sugoi-api-rest-old-services/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-rest-old-services
diff --git a/sugoi-api-rest-services/pom.xml b/sugoi-api-rest-services/pom.xml
index 4aa587ae..1844def7 100644
--- a/sugoi-api-rest-services/pom.xml
+++ b/sugoi-api-rest-services/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-rest-services
diff --git a/sugoi-api-seealso-http/pom.xml b/sugoi-api-seealso-http/pom.xml
index f7143a29..1e46038a 100644
--- a/sugoi-api-seealso-http/pom.xml
+++ b/sugoi-api-seealso-http/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-seealso-http
diff --git a/sugoi-api-seealso-ldap/pom.xml b/sugoi-api-seealso-ldap/pom.xml
index 925c99b4..46854269 100644
--- a/sugoi-api-seealso-ldap/pom.xml
+++ b/sugoi-api-seealso-ldap/pom.xml
@@ -4,7 +4,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-seealso-ldap
diff --git a/sugoi-api-test/pom.xml b/sugoi-api-test/pom.xml
index d8fb55a4..a9405722 100644
--- a/sugoi-api-test/pom.xml
+++ b/sugoi-api-test/pom.xml
@@ -6,7 +6,7 @@
fr.insee.sugoi
sugoi-api-parent
- 0.7.0-SNAPSHOT
+ 0.7.0
../pom.xml
sugoi-api-test