diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3bc8f386..2ea850b0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.7.0]
+
### Added
- Possibility to change profile and password for current user
@@ -153,3 +155,4 @@ The first release of reference FAIR Data Point implementation.
[1.4.0]: /../../tree/v1.4.0
[1.5.0]: /../../tree/v1.5.0
[1.6.0]: /../../tree/v1.6.0
+[1.7.0]: /../../tree/v1.7.0
diff --git a/pom.xml b/pom.xml
index d6f84623b..42b3f16cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
nl.dtls
fairdatapoint
- 1.6.0
+ 1.7.0
jar
FairDataPoint
diff --git a/src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java b/src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java
index 8c9426f4c..159c72a68 100644
--- a/src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java
+++ b/src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java
@@ -71,7 +71,7 @@ private ApiInfo apiInfo() {
" FAIR Data Point Specification" +
" " +
"
",
- "1.6.0",
+ "1.7.0",
"ATO",
new Contact("Luiz Bonino",
"https://github.com/FAIRDataTeam/FAIRDataPoint",