diff --git a/CHANGELOG.md b/CHANGELOG.md index 1272cba6793edcbb6bc1dc752c2155ef92463833..5935fe318448680219bd414bdfc4d5e316b0e435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.5.2 +Minor improvements: +* Slightly adjusted badge colors to be more consistent +* Correctly show/hide items in legend based on existing data and selected use + case + +Bug fixes: +* Fix logout failing when application cache is unaccessable +* Username for non-guests is now removed from configuration on logout + ## 2.5.1 Bug fixes: * Direct session login via link or QR Code now works reliably. diff --git a/pom.xml b/pom.xml index 7cdd2c98ef0b0edda1d7ff9925bce62382dd4afb..a884790cf721cfe2144d74025d57b2baa67c3975 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.thm.arsnova</groupId> <artifactId>arsnova-mobile</artifactId> - <version>2.5.2-SNAPSHOT</version> + <version>2.5.2</version> <packaging>war</packaging> <name>ARSnova Mobile</name>