Bump version

pull/6710/head
Daniel Supernault 1 month ago
parent 1f30380197
commit 16a413aa8b
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -1,9 +1,16 @@
# Release Notes
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.8...dev)
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.10...dev)
- ([](https://github.com/pixelfed/pixelfed/commit/))
## [v0.12.9 (2026-08-25)](https://github.com/pixelfed/pixelfed/compare/v0.12.9...dev)
- Account Migration fix ([2fd3162f404](https://github.com/pixelfed/pixelfed/commit/2fd3162f4041bf82a51018ffbe3e1509b6576e33))
- Fix post likes modal ([d1b11e2a8](https://github.com/pixelfed/pixelfed/commit/d1b11e2a8f61f87a36bd1d3bee43f9c7507ab19a))
- Refactor UserFilterService ([ecb04f3ab3](https://github.com/pixelfed/pixelfed/commit/ecb04f3ab3bd64d694747f929cfb9beeb9a76021))
- Add alt tag to avatars ([5e79dbd3321](https://github.com/pixelfed/pixelfed/commit/5e79dbd33216f702f798d3c76a49188e69b5fa47))
## [v0.12.8 (2026-08-24)](https://github.com/pixelfed/pixelfed/compare/v0.12.8...dev)
- Several security fixes

@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.12.8',
'version' => '0.12.9',
/*
|--------------------------------------------------------------------------

Loading…
Cancel
Save