Merge branch 'release/2.0.5' into 'stable'
[akkoma] / CHANGELOG.md
index d188225074f156297b41a1b3f0e913377ea534e9..947394ad1a151cbfa4e40471d27928069d60f96c 100644 (file)
@@ -3,8 +3,26 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## [2.0.5] - 2020-05-13
+
+### Security
+- Fix possible private status leaks in Mastodon Streaming API
+
+### Fixed
+- Crashes when trying to block a user if block federation is disabled
+- Not being able to start the instance without `erlang-eldap` installed
+- Users with bios over the limit getting rejected
+- Follower counters not being updated on incoming follow accepts
+
+### Upgrade notes
+
+1. Restart Pleroma
+
 ## [2.0.4] - 2020-05-10
 
+### Security
+- AP C2S: Fix a potential DoS by creating nonsensical objects that break timelines
+
 ### Fixed
 - Peertube user lookups not working
 - `InsertSkeletonsForDeletedUsers` migration failing on some instances