From 1cf15708436db9b087be9a200cbe3b0bdaea402f Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Sun, 15 May 2016 18:34:44 +0200 Subject: [PATCH] Release version 2.2.1 --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3195ebe..123eebaf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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. + +Additional bug fixes: +* The `security.authentication.login-try-limit` setting now works as intended. + ## 2.1.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 04e0db4cc..d5256e99b 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.2.1-SNAPSHOT</version> + <version>2.2.1</version> <packaging>war</packaging> <properties> -- GitLab