diff --git a/RELEASENOTES.txt b/RELEASENOTES.txt
index 322acc7de3..99b16890ad 100644
--- a/RELEASENOTES.txt
+++ b/RELEASENOTES.txt
@@ -1,4 +1,4 @@
-# SoapUI Open Source 5.7.3
+# SoapUI Open Source 5.8.1
#### RELEASE_ME_ON ####
@@ -6,6 +6,16 @@
-------------------------------------------------------------------------------
+# SoapUI Open Source 5.8.0
+
+#### Released on 2024-12-20 ####
+
+Upgrade to Java 17.0.12
+Updated libraries: GraphQL -> 22.3
+MacOS ARM native installer
+AES256 project encryption support
+-------------------------------------------------------------------------------
+
# SoapUI Open Source 5.7.2
#### Released on 2023-11-07 ####
diff --git a/SECURITY.md b/SECURITY.md
index 5e943010f6..d7e0a30b8b 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -11,8 +11,8 @@ currently being supported with security updates.
| Version | Supported | Notes |
|---------| ------------------ | ---------------------- |
-| 5.7.2 | :white_check_mark: | |
-| <=5.7.1 | :x: | |
+| 5.8.0 | :white_check_mark: | |
+| <=5.7.2 | :x: | |
## Reporting a vulnerability
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e7c3df3e34..2f97b35d3b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -9,7 +9,7 @@ RUN set -eux; \
WORKDIR /usr/local/SmartBear
-ARG SOAPUI_VERSION=5.7.2
+ARG SOAPUI_VERSION=5.8.0
ENV PROJECT_DIR ./project
ENV REPORTS_DIR ./reports
ENV MOUNTED_PROJECT_DIR ./project
@@ -43,7 +43,7 @@ RUN set -eux; \
WORKDIR /usr/local/SmartBear
-ARG SOAPUI_VERSION=5.7.2
+ARG SOAPUI_VERSION=5.8.0
ENV PROJECT_DIR ./project
ENV REPORTS_DIR ./reports
ENV MOUNTED_PROJECT_DIR ./project
diff --git a/pom.xml b/pom.xml
index 74f6736746..2bc646a32b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.smartbear.soapui
soapui-project
SoapUI project
- 5.7.3-SNAPSHOT
+ 5.8.0
pom
diff --git a/soapui-installer/pom.xml b/soapui-installer/pom.xml
index be58a823a1..1bec943a0f 100644
--- a/soapui-installer/pom.xml
+++ b/soapui-installer/pom.xml
@@ -7,7 +7,7 @@
soapui-project
com.smartbear.soapui
- 5.7.3-SNAPSHOT
+ 5.8.0
soapui-installer
diff --git a/soapui-maven-plugin-tester/pom.xml b/soapui-maven-plugin-tester/pom.xml
index 1f98260443..f09b82707e 100644
--- a/soapui-maven-plugin-tester/pom.xml
+++ b/soapui-maven-plugin-tester/pom.xml
@@ -10,7 +10,7 @@
com.smartbear.soapui
soapui-project
- 5.7.3-SNAPSHOT
+ 5.8.0
soapui-maven-plugin-tester
diff --git a/soapui-maven-plugin/pom.xml b/soapui-maven-plugin/pom.xml
index 5de23904ac..b10891e507 100644
--- a/soapui-maven-plugin/pom.xml
+++ b/soapui-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
com.smartbear.soapui
soapui-project
- 5.7.3-SNAPSHOT
+ 5.8.0
soapui-maven-plugin
diff --git a/soapui-system-test/pom.xml b/soapui-system-test/pom.xml
index 98c94ae5e3..8b9f06eda7 100644
--- a/soapui-system-test/pom.xml
+++ b/soapui-system-test/pom.xml
@@ -7,7 +7,7 @@
com.smartbear.soapui
soapui-project
- 5.7.3-SNAPSHOT
+ 5.8.0
soapui-system-test
diff --git a/soapui/pom.xml b/soapui/pom.xml
index 92f3643e7f..06654cb13f 100644
--- a/soapui/pom.xml
+++ b/soapui/pom.xml
@@ -12,7 +12,7 @@
com.smartbear.soapui
soapui-project
- 5.7.3-SNAPSHOT
+ 5.8.0
soapui