From e51edef22d84c814450eb13360de498cbddd48a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <2803708-tao_oat@users.noreply.gitlab.com> Date: Fri, 19 Jun 2020 11:54:43 +0100 Subject: [PATCH] release 2.9.0 --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef9dba..989e887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bring back `develop` staging backup (now managed in DNS) -- Increase default number of concurrent crawlers to 100 -- Accessibility improvements (according to axe review) - ### Deprecated ### Removed @@ -23,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.9.0 - 2020-06-19] + +### Changed + +- Bring back `develop` staging backup (now managed in DNS) +- Increase default number of concurrent crawlers to 100 +- Accessibility improvements (according to axe review) +- Update dependencies + +### Security +- Add rate limiting of auth endpoints +- Added security headers to netlify frontend +- Sanitize crawled HTML in the backend + ## [2.8.6 - 2020-01-16] ### Changed