Skip to content

Commit

Permalink
Bump version to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Mar 16, 2023
1 parent 6a7b91a commit ab85f59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Expand Up @@ -13,7 +13,7 @@ def minor
end

def patch
0
1
end

def flags
Expand Down

0 comments on commit ab85f59

Please sign in to comment.