summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-27 17:47:26 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-04-04 12:39:56 +0200
commit214c3670959361230c5199e668df4de3da513b22 (patch)
tree7b9a0bc784237488e54a7de7a005ccb3109fa9eb
parent05c45e9eebf97ec5412f39d7b9e2a8a7c49d2d41 (diff)
Bump version to v4.0.4v4.0.4
-rw-r--r--CHANGELOG.md14
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08589391d2c..1ac230ff158 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,20 @@ Changelog
All notable changes to this project will be documented in this file.
+## [4.0.4] - 2023-04-04
+
+### Fixed
+
+- Fix crash in `tootctl` commands making use of parallelization when Elasticsearch is enabled ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24182), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/24377))
+- Fix crash in `db:setup` when Elasticsearch is enabled ([rrgeorge](https://github.com/mastodon/mastodon/pull/24302))
+- Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24200))
+- Fix invalid/expired invites being processed on sign-up ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24337))
+
+### Security
+
+- Update Ruby to 3.0.6 due to ReDoS vulnerabilities ([saizai](https://github.com/mastodon/mastodon/pull/24333))
+- Fix unescaped user input in LDAP query ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24379))
+
# [4.0.3] - 2023-03-16
### Added
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index ed4d1defaa1..49fe7d8d556 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 3
+ 4
end
def flags