[UI] Use MySQL instead of MariaDB
[validation.git] / ui / CHANGELOG.md
index 50d234a..1c801c7 100644 (file)
@@ -190,3 +190,29 @@ All notable changes to this project will be documented in this file.
 - Password of users that try to login is taken into account
 
 ### Removed
+
+## [0.3.4-SNAPSHOT] - 26 September 2019
+### Added
+- Prevent XSS attacks
+
+### Changed
+
+### Removed
+
+## [0.4.0-SNAPSHOT] - 26 September 2019
+### Added
+- User creation
+- Support of AES PKCS#5 for encrypting/decrypting passwords in database
+
+### Changed
+
+### Removed
+
+## [0.4.1-SNAPSHOT] - 27 September 2019
+### Added
+- Contact us and support URLs have been set to null
+
+### Changed
+- MariaDB has been substituted with MySQL
+
+### Removed