From 0051128387ee97212f51bf2c7baa78b6757f4c81 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 7 Jul 2023 19:42:03 +0200 Subject: [PATCH] Bump version to v4.1.4 (#25805) --- CHANGELOG.md | 8 ++++++++ lib/mastodon/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16157281..d6f1b7bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [4.1.4] - 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.1.3] - 2023-07-06 ### Added diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 6ef388613..cbec893e0 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