Bump version

This commit is contained in:
Johannes Zellner
2024-02-16 13:33:45 +01:00
parent 56bcb395dc
commit 77f9fa9a63
2 changed files with 11 additions and 2 deletions

View File

@@ -448,3 +448,12 @@
* Fix ongoing streaming sessions not being invalidated when applications get deleted in some cases (GHSA-7w3c-p9j8-mq3x)
* Update the sidekiq-unique-jobs dependency (see GHSA-cmh9-rx85-xj38)
[1.13.0]
* Update Mastodon to 4.2.7
* This release is an important security release fixing several security issue.
* With this package release, the app moves from LDAP authentication to OpenID Connect
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.7)
* Fix OmniAuth tests and edge cases in error handling (ClearlyClaire, ClearlyClaire)
* Fix new installs by upgrading to the latest release of the nsa gem, instead of a no longer existing commit (mjankowski)
* Fix insufficient checking of remote posts (GHSA-jhrq-qvrm-qr36)