From d4800544f083324d324f961dee72e9f43ee41a72 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 11 Feb 2022 23:17:54 +0100 Subject: Bump rails to fix CVE-2022-23633 closes #8336 --- Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 62ddd3f85..7514bf999 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # 0.7.16.0 +## Security + +* Update rails to fix [CVE-2022-23633](https://github.com/advisories/GHSA-wh98-p28r-vrc9) [#8336](https://github.com/diaspora/diaspora/pull/8336) + ## Refactor * Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241) * Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251) @@ -9,7 +13,7 @@ ## Bug fixes * Ensure the log folder exists [#8287](https://github.com/diaspora/diaspora/pull/8287) -* Limit name length in header [#8313] (https://github.com/diaspora/diaspora/pull/8313) +* Limit name length in header [#8313](https://github.com/diaspora/diaspora/pull/8313) * Fix fallback avatar in hovercards [#8316](https://github.com/diaspora/diaspora/pull/8316) * Use old person private key for export if relayable author migrated away [#8310](https://github.com/diaspora/diaspora/pull/8310) -- cgit v1.2.3 From d896744ca12a68e6fa51ba3ba4a0cfd07cfb825d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 12 Feb 2022 00:07:58 +0100 Subject: Start 0.7.17.0 cycle --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 7514bf999..dadde7b51 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.7.17.0 + +## Refactor + +## Bug fixes + +## Features + # 0.7.16.0 ## Security -- cgit v1.2.3