summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-07-07 18:21:10 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-07-07 19:37:21 +0200
commit3f5af768c8f1401f77d14ad5b6aeccdb7e02a9f0 (patch)
tree8efa5f7bcde83f8002be2c5952230cf276c34ac5
parentcb8ab46302ad783869078ab4a26de04c09417a09 (diff)
Bump version to v4.1.4v4.1.4
-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 a8dfc20af2b..2d7df4f26da 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.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 9a8d5ec881e..451c936f8b4 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