Skip to content

Commit e75cfbe

Browse files
committed
Adding release notes for version 8.2.2
1 parent 7ec6826 commit e75cfbe

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CREATE_RELEASE.MD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ At the moment we use Gitflow, for a release you create a new release branch and
1515

1616
```
1717
git checkout develop
18-
git flow release start <version>
19-
mvn versions:set <<version>
20-
git commit -am "New release, updating pom.xml"
18+
git flow release start <version>
2119
git flow release publish
2220
2321
<<Make changes if necessary>>

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# WebGoat release notes
22

3+
## Version 8.2.2
4+
5+
### New functionality
6+
7+
- Docker image now supports nginx when browsing to http://localhost a landing page is shown.
8+
9+
### Bug fixes
10+
11+
- [#1039 jwt-7-Code review](https://github.com/WebGoat/WebGoat/issues/1039)
12+
- [#1031 SQL Injection (intro) 5: Data Control Language (DCL) the wiki's solution is not correct](https://github.com/WebGoat/WebGoat/issues/1031)
13+
- [#1027 Webgoat 8.2.1 Vulnerable_Components_12 Shows internal server error](https://github.com/WebGoat/WebGoat/issues/1027)
14+
15+
316
## Version 8.2.1
417

518
### New functionality

0 commit comments

Comments
 (0)