Skip to content

Commit

Permalink
Adding release notes for version 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Sep 5, 2021
1 parent 7ec6826 commit e75cfbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CREATE_RELEASE.MD
Expand Up @@ -15,9 +15,7 @@ At the moment we use Gitflow, for a release you create a new release branch and

```
git checkout develop
git flow release start <version>
mvn versions:set <<version>
git commit -am "New release, updating pom.xml"
git flow release start <version>
git flow release publish
<<Make changes if necessary>>
Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
@@ -1,5 +1,18 @@
# WebGoat release notes

## Version 8.2.2

### New functionality

- Docker image now supports nginx when browsing to http://localhost a landing page is shown.

### Bug fixes

- [#1039 jwt-7-Code review](https://github.com/WebGoat/WebGoat/issues/1039)
- [#1031 SQL Injection (intro) 5: Data Control Language (DCL) the wiki's solution is not correct](https://github.com/WebGoat/WebGoat/issues/1031)
- [#1027 Webgoat 8.2.1 Vulnerable_Components_12 Shows internal server error](https://github.com/WebGoat/WebGoat/issues/1027)


## Version 8.2.1

### New functionality
Expand Down

0 comments on commit e75cfbe

Please sign in to comment.