summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-07-07 18:39:59 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-07-07 19:36:12 +0200
commit60b70755bed6a9d29644ba1b879c9bd75af6f3f4 (patch)
treee810c10d37c6858d8c22cf869c622fba64b49e13
parent07163461946866f5d67af8643ade83c5e5ca2f48 (diff)
Bump version to v4.0.6v4.0.6
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02adc4cbfff..a6331d4c03e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ Changelog
All notable changes to this project will be documented in this file.
+## [4.0.6] - 2023-07-07
+
+### Fixed
+
+- Fix branding:generate_app_icons failing because of disallowed ICO coder ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/25794))
+- 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))
+
## [4.0.5] - 2023-07-06
### Changed
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index c0b6a733be6..220b0ff8833 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 5
+ 6
end
def flags