summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-16 22:36:28 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-03-16 22:49:35 +0100
commit2125dbf6109fc7376d4cdf22520672b39ee31988 (patch)
tree313082eab16543662196338a71250d755b914392
parent9715a211c7d606ee180da19aff98eb18641ee96b (diff)
Bump version to v4.0.3v4.0.3
-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 f85c96d2e81..08589391d2c 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.0.3] - UNRELEASED
+# [4.0.3] - 2023-03-16
### Added
@@ -31,6 +31,11 @@ All notable changes to this project will be documented in this file.
- Fix incorrect post links in strikes when the account is remote ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23611))
- Fix misleading error code when receiving invalid WebAuthn credentials ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23568))
+### 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.0.2] - 2022-11-15
### Fixed
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index dc3cbab6617..ed4d1defaa1 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 2
+ 3
end
def flags