chore: Bump version to 2.1.1 and update release notes

This commit is contained in:
Daniel Hiller
2026-04-18 15:10:14 +00:00
parent 0e5dedd627
commit e429b478ca
5 changed files with 19 additions and 6 deletions
+14 -1
View File
@@ -1,4 +1,17 @@
# [2.1.0] - 2026-03-19
# [2.1.1] - 2026-04-18
### Added
* Allow admins to edit user avatars
### Fixed
* Fix Unicode and emoji characters in user avatar initials
* Fix S3 request checksum calculation
* Limit proxy file descriptors to prevent excessive memory allocation
* Improve security by fixing multiple dependency vulnerabilities
## [2.1.0] - 2026-03-19
### Added
+1 -1
View File
@@ -1 +1 @@
export default '2.1.0';
export default '2.1.1';