summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-16 22:33:41 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-03-16 22:48:42 +0100
commitab85f59c30ff523cb2a6551ca1f36779c2fa81f3 (patch)
tree2656455a0ce424cc7582e81fd97e6ecccb807a30
parent6a7b91a038d78c525c7c74596306e25aa0d2e44e (diff)
Bump version to v4.1.1v4.1.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6172c4b75ea..7416d2e6fb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ Changelog
All notable changes to this project will be documented in this file.
-## [4.1.1] - UNRELEASED
+## [4.1.1] - 2023-03-16
### Added
@@ -49,6 +49,11 @@ All notable changes to this project will be documented in this file.
- Fix misleading error code when receiving invalid WebAuthn credentials ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23568))
- Fix duplicate mails being sent when the SMTP server is too slow to close the connection ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23750))
+### Security
+
+- Change user backups to use expiring URLs for download when possible ([Gargron](https://github.com/mastodon/mastodon/pull/24136))
+- Add warning for object storage misconfiguration ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24137))
+
## [4.1.0] - 2023-02-10
### Added
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 8101e61dd28..6a797fccf91 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 0
+ 1
end
def flags