Bump version

This commit is contained in:
Johannes Zellner 2024-02-14 18:05:31 +01:00
parent 886f27ec9a
commit fdc4e20c77
2 changed files with 12 additions and 2 deletions

View file

@ -438,3 +438,13 @@
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.5)
* Fix insufficient origin validation (CVE-2024-23832, GHSA-3fjr-858r-92rw)
[1.12.6]
* Update Mastodon to 4.2.6
* This release is an important security release fixing several security issue.
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.6)
* Change external authentication behavior to never reattach a new identity to an existing user by default (GHSA-vm39-j3vx-pch3)
* Update the nokogiri dependency (see GHSA-xc9x-jj77-9p9j)
* Disable administrative Doorkeeper routes (ThisIsMissEm)
* 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)

View file

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