prepare release v1.10.0

This commit is contained in:
Knut Ahlers 2023-11-11 14:18:13 +01:00
parent e5bcfaa79f
commit a71563b19b
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -1,3 +1,20 @@
# 1.10.0 / 2023-11-11
* New Features
* Add server side check for maximum secret size
* Implement metrics collection for API server (#143)
* Improvements
* Add frontend check for invalid attached files (#139)
* Implement attachment checking in CLI (#141)
* Bugfixes
* Fix: Clean error on component navigation
* [CI] Fix: npm@latest cannot run with Node 18
* Translations
* Update Polish translation (#140) (Thanks @Icikowski)
# 1.9.2 / 2023-10-18
* Add basic-auth / header addition to OTS-CLI