From e75cfbeb110e3d3a2ca3c8fee2754992d89c419d Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 5 Sep 2021 14:41:28 +0200 Subject: [PATCH] Adding release notes for version 8.2.2 --- CREATE_RELEASE.MD | 4 +--- RELEASE_NOTES.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CREATE_RELEASE.MD b/CREATE_RELEASE.MD index 207689bdb..1515aa3cd 100644 --- a/CREATE_RELEASE.MD +++ b/CREATE_RELEASE.MD @@ -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 -mvn versions:set < -git commit -am "New release, updating pom.xml" +git flow release start git flow release publish <> diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c7929690d..78b1a7e15 100644 --- a/RELEASE_NOTES.md +++ b/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