diff --git a/docs/changelog.md b/docs/changelog.md
index 3b620870fd3..defb3db62cc 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,5 +1,6 @@
-2024/XX/YY Release 3.6.2
+2024/03/07 Release 3.7.0
+- `docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0`
- Implemented the new Gazelle validation API [#141](https://github.com/ahdis/matchbox/issues/141)
- Fixed some validation GUI issues [#207](https://github.com/ahdis/matchbox/issues/207)
- Renamed the keyword "current" to "last" for Implementation Guide versions [#206](https://github.com/ahdis/matchbox/issues/206)
diff --git a/docs/docker.md b/docs/docker.md
index 58daf44655c..96c207e4025 100644
--- a/docs/docker.md
+++ b/docs/docker.md
@@ -3,7 +3,7 @@
if you have the rights you can download Matchbox as a docker container:
```
-docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.6.1
+docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0
```
## Configurable base image:
diff --git a/docs/matchbox-engine.md b/docs/matchbox-engine.md
index 145fda46684..22e447a04ff 100644
--- a/docs/matchbox-engine.md
+++ b/docs/matchbox-engine.md
@@ -45,7 +45,7 @@ You can add the matchbox-engine dependency in your `pom.xml`:
health.matchbox
matchbox-engine
- 3.6.1
+ 3.7.0
```
diff --git a/matchbox-engine/pom.xml b/matchbox-engine/pom.xml
index a7c151b2b4c..2979496d116 100644
--- a/matchbox-engine/pom.xml
+++ b/matchbox-engine/pom.xml
@@ -6,7 +6,7 @@
matchbox
health.matchbox
- 3.6.1
+ 3.7.0
matchbox-engine
diff --git a/matchbox-frontend/package-lock.json b/matchbox-frontend/package-lock.json
index 88f7e914b57..dbdfb8b925f 100644
--- a/matchbox-frontend/package-lock.json
+++ b/matchbox-frontend/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "matchbox",
- "version": "3.6.1",
+ "version": "3.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "matchbox",
- "version": "3.6.1",
+ "version": "3.7.0",
"license": "MIT",
"dependencies": {
"@angular-devkit/build-angular": "^17.2.0",
diff --git a/matchbox-frontend/package.json b/matchbox-frontend/package.json
index 09ff7afc5f3..e3a8c5cc636 100644
--- a/matchbox-frontend/package.json
+++ b/matchbox-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "matchbox",
- "version": "3.6.1",
+ "version": "3.7.0",
"license": "MIT",
"scripts": {
"ng": "ng",
diff --git a/matchbox-server/pom.xml b/matchbox-server/pom.xml
index dd97515ed91..4f526b64486 100644
--- a/matchbox-server/pom.xml
+++ b/matchbox-server/pom.xml
@@ -5,7 +5,7 @@
matchbox
health.matchbox
- 3.6.1
+ 3.7.0
matchbox-server
diff --git a/matchbox-server/src/main/resources/static/index.html b/matchbox-server/src/main/resources/static/index.html
index e5498d6d7fe..7d123a12171 100644
--- a/matchbox-server/src/main/resources/static/index.html
+++ b/matchbox-server/src/main/resources/static/index.html
@@ -11,5 +11,5 @@
-
+