From 22ecc7bb0d72eee88bd3cfb53cebe02edc483e13 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Thu, 2 Dec 2021 20:14:45 +0100 Subject: [PATCH] Add release notes for 1.9.1 Signed-off-by: Tilman Vatteroth Signed-off-by: David Mehren --- public/docs/release-notes.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index d1e8bf4a7..f410b32bf 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,8 +1,27 @@ # Release Notes -## Unreleased +## 1.9.1 2021-12-02 + +This release increases the minimum required Node versions to `12.20.0`, `14.13.1` and `16`. +In general, only the latest releases of Node 12, 14 and 16 are officially supported by us, older minor versions can be dropped at any time. +We recommend you run HedgeDoc with the latest release of Node 16. + ### Bugfixes - Add workaround for incorrect CSP handling in Safari +- Fix crash when an unexpected response from the GitLab API is encountered +- Fix crash when using hungarian language + +### Contributors +- AIAC (translator) +- [Danilo Bargen](https://github.com/dbrgn) +- Diem Duong (translator) +- Gergely Polonkai (translator) +- Nikola (translator) +- [ProttoyChakraborty](https://github.com/ProttoyChakraborty) +- Sergio (translator) +- Tiago Triques (translator) +- Vincent Dusanek (translator) +- Александр (translator) ## 1.9.0 2021-09-13 ### Security Fixes