summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-14 11:23:10 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-11-14 20:09:16 +0100
commit105ab8242582c6df02e3693f4620793add5c84f6 (patch)
tree743f8f4fcaf9eeaf37df09e39eb9bcb915087e33
parent2dd8f977e84b67ed073a932accd2fbf4d2f38f3a (diff)
Bump version to 3.5.4v3.5.4
-rw-r--r--CHANGELOG.md12
-rw-r--r--chart/values.yaml2
-rw-r--r--lib/mastodon/version.rb2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed4cdd881a3..b241d5926f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@ Changelog
All notable changes to this project will be documented in this file.
+## [3.5.4] - 2022-11-14
+### Fixed
+
+- Fix error when a remote report includes a private post the server has no access to ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/18760))
+
+### Security
+
+- Fix emoji substitution not applying only to text nodes in backend code ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20641))
+- Fix emoji substitution not applying only to text nodes in Web UI ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20640))
+- Fix rate limiting for paths with formats ([Gargron](https://github.com/mastodon/mastodon/pull/20675))
+- Fix out-of-bound reads in blurhash transcoder ([delroth](https://github.com/mastodon/mastodon/pull/20388))
+
## [3.5.3] - 2022-05-26
### Added
diff --git a/chart/values.yaml b/chart/values.yaml
index 2cfa3484b47..b27add690b9 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -8,7 +8,7 @@ image:
# built from the most recent commit
#
# tag: latest
- tag: v3.5.2
+ tag: v3.5.4
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 8ed955aa0d1..c7c1d8e38ed 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