summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-07-07 18:56:11 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-07-07 19:35:24 +0200
commit687421ebbe3a8245c2fd2b7fe9bf8c325e9f3bb2 (patch)
tree228e0d2eaa3a2bcf24a99b14b0a4029c5f253a79
parent517c4a8a7a96bd2f16e369fa794575c30be370c8 (diff)
Bump version to v3.5.10v3.5.10
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a52f6f0e87..5b6294483d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ Changelog
All notable changes to this project will be documented in this file.
+## [3.5.10] - 2023-07-07
+
+### Fixed
+
+- Fix crash in admin interface when viewing a remote user with verified links ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/25796))
+- Fix processing of media files with unusual names ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/25788))
+
## [3.5.9] - 2023-07-06
### Changed
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 7d122c6d1c9..89cc9b18d82 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 9
+ 10
end
def flags