diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e31586777ef4333cc4fe55ee075e64bee19d8ad..389ec917bb2460c29e0b4fb7e54eac4d8aac63fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.3.2 +This release fixes a security vulnerability in the account management API. It is +highly recommended to upgrade if you are using database authentication. + +Additional changes: +* Libraries have been upgraded to fix potential bugs + ## 2.2.1 This release fixes a security vulnerability in the account management API. It is highly recommended to upgrade if you are using database authentication. diff --git a/pom.xml b/pom.xml index 86d3c59c9279cc410aba294167705c52ab86eb2d..9ce4770c9a5cebcab92202faf4d65ac8d59321a7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.thm.arsnova</groupId> <artifactId>arsnova-backend</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> <packaging>war</packaging> <properties>