From fada8a8103b111c2b1f41404f4234cff82fd024f Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 22 May 2018 22:51:33 +0200 Subject: [PATCH] Add release notes for 1.1.1-ce Signed-off-by: Sheogorath --- public/docs/release-notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index a6428ee..891c506 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,27 @@ Release Notes === + 1.1.1-ce 2018-05-23 12:00 +--- + +### Security +* Fix Google Drive integration leaked `clientSecret` for Google integration +* Update base64url package + +### Fixes +* Fix typos in integrations +* Fix high need of file descriptors during build +* Fix heroku deployment by limiting node version to <10.x + +### Refactors +* Refactor letterAvatars to be compliant with CSP + +### Removes +* Google Drive integration + +### Honorable mentions +* [Max Wu (jackycute)](https://github.com/jackycute) + 1.1.0-ce 2018-04-06 12:00 ---