From 60b70755bed6a9d29644ba1b879c9bd75af6f3f4 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 7 Jul 2023 18:39:59 +0200 Subject: Bump version to v4.0.6 --- CHANGELOG.md | 8 ++++++++ lib/mastodon/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3