chore: release 2025.2

This commit is contained in:
Nanne Baars 2025-03-02 20:37:33 +01:00
parent e9f79cc739
commit affa3f7a1c
3 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,7 @@ mvn verify
git commit .... git commit ....
git tag v2023.01 git tag v2023.01
git push --tags 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 After the release has been tagged and the build process is done. The release notes should be updated in the GitHub

View File

@ -1,5 +1,11 @@
# WebGoat release notes # WebGoat release notes
## Version 2025.2
### 🐞 Bug fixes
- Fix SQL advanced lesson assignment 5 (#2047)
## Version 2025.1 ## Version 2025.1
### 🚀 New functionality ### 🚀 New functionality

View File

@ -10,7 +10,7 @@
<groupId>org.owasp.webgoat</groupId> <groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat</artifactId> <artifactId>webgoat</artifactId>
<version>2025.2-SNAPSHOT</version> <version>2025.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>WebGoat</name> <name>WebGoat</name>