diff --git a/README.md b/README.md
index a744abadc..6db95fd97 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Features
- Flexible search engine with suggestions and highlighting
- Full text search in all supported files
- All [Dublin Core](http://dublincore.org/) metadata
+- Custom user-defined metadata ![New!](https://www.sismics.com/public/img/new.png)
- Workflow system ![New!](https://www.sismics.com/public/img/new.png)
- 256-bit AES encryption of stored files
- File versioning ![New!](https://www.sismics.com/public/img/new.png)
@@ -62,7 +63,7 @@ A preconfigured Docker image is available, including OCR and media conversion to
**The default admin password is "admin". Don't forget to change it before going to production.**
- Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest`
-- Latest stable version: `sismics/docs:v1.6`
+- Latest stable version: `sismics/docs:v1.7`
The data directory is `/data`. Don't forget to mount a volume on it.
diff --git a/docs-core/pom.xml b/docs-core/pom.xml
index ac17fcb46..124609056 100644
--- a/docs-core/pom.xml
+++ b/docs-core/pom.xml
@@ -5,7 +5,7 @@
com.sismics.docs
docs-parent
- 1.6-SNAPSHOT
+ 1.7
..
diff --git a/docs-stress/pom.xml b/docs-stress/pom.xml
index 1c3a6d93f..d0cfec3bb 100644
--- a/docs-stress/pom.xml
+++ b/docs-stress/pom.xml
@@ -5,7 +5,7 @@
com.sismics.docs
docs-parent
- 1.6-SNAPSHOT
+ 1.7
..
diff --git a/docs-web-common/pom.xml b/docs-web-common/pom.xml
index 7d277514a..9380e0b8f 100644
--- a/docs-web-common/pom.xml
+++ b/docs-web-common/pom.xml
@@ -5,7 +5,7 @@
com.sismics.docs
docs-parent
- 1.6-SNAPSHOT
+ 1.7
..
diff --git a/docs-web/pom.xml b/docs-web/pom.xml
index 32aa4aa71..363552c9c 100644
--- a/docs-web/pom.xml
+++ b/docs-web/pom.xml
@@ -5,7 +5,7 @@
com.sismics.docs
docs-parent
- 1.6-SNAPSHOT
+ 1.7
..
diff --git a/pom.xml b/pom.xml
index 020d7c4c0..87b34426f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.sismics.docs
docs-parent
pom
- 1.6-SNAPSHOT
+ 1.7
Docs Parent