diff --git a/CREATE_RELEASE.md b/CREATE_RELEASE.md
index 9f1a1ad3a..57eb4beb3 100644
--- a/CREATE_RELEASE.md
+++ b/CREATE_RELEASE.md
@@ -18,6 +18,7 @@ mvn verify
git commit ....
git tag v2023.01
git push --tags
+git push
```
After the release has been tagged and the build process is done. The release notes should be updated in the GitHub
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2a1e4e65f..aa72a2661 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,11 @@
# WebGoat release notes
+## Version 2025.2
+
+### 🐞 Bug fixes
+
+- Fix SQL advanced lesson assignment 5 (#2047)
+
## Version 2025.1
### 🚀 New functionality
diff --git a/pom.xml b/pom.xml
index 994f4cccf..9c416c6e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.owasp.webgoat
webgoat
- 2025.2-SNAPSHOT
+ 2025.2
jar
WebGoat