From affa3f7a1c747c120cdd840ab575e25c3a5c7641 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 2 Mar 2025 20:37:33 +0100 Subject: [PATCH] chore: release 2025.2 --- CREATE_RELEASE.md | 1 + RELEASE_NOTES.md | 6 ++++++ pom.xml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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