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)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.12.6",
"upstreamVersion": "4.2.6",
"version": "1.13.0",
"upstreamVersion": "4.2.7",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,