diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a18f037c..b92e76032 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,6 @@
- Add wfs exclude field in CollectionReferenceParameters [\#187](https://github.com/gisaia/ARLAS-server/issues/187) [[OGC](https://github.com/gisaia/ARLAS-server/labels/OGC)]
- Configuration: applicationContextPath can be customized in a container via an environment variable [\#158](https://github.com/gisaia/ARLAS-server/issues/158) [[conf](https://github.com/gisaia/ARLAS-server/labels/conf)]
-- speed up CI runs using parallelized jobs [\#220](https://github.com/gisaia/ARLAS-server/pull/220) ([sfalquier](https://github.com/sfalquier))
**Fixed bugs:**
diff --git a/pom.xml b/pom.xml
index a1070887d..98750b4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.arlas
arlas-server
- 4.6.1-SNAPSHOT
+ 5.6.0
diff --git a/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java b/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java
index 6f58687df..b2ee432b8 100644
--- a/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java
+++ b/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java
@@ -35,7 +35,7 @@
title = "ARLAS Exploration API",
description = "Explore the content of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
- version = "API_VERSION"))
+ version = "5.0.0"))
public abstract class ExploreRESTServices {