diff options
author | rinpatch <rin@patch.cx> | 2022-01-10 19:49:51 +0300 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2022-01-11 13:39:23 +0300 |
commit | f4bc2f5975062f500ef698ae4839c17506f7b503 (patch) | |
tree | fafe10570cc0fd48889701233bee7ebc2aa5b869 /CHANGELOG.md | |
parent | cd3175c7fe4d62babae44c34a37bcc615cd392cc (diff) | |
download | pleroma-f4bc2f5975062f500ef698ae4839c17506f7b503.tar.gz pleroma-f4bc2f5975062f500ef698ae4839c17506f7b503.zip |
Add 2.4.2 changelog entry and bump mix version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f26d48ff..88ad0ada9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed +## 2.4.2 - 2022-01-10 + +### Fixed +- Federation issues caused by HTTP pool checkout timeouts +- Compatibility with Elixir 1.13 + +### Upgrade notes + +1. Restart Pleroma + ## 2.4.1 - 2021-08-29 ### Changed |