From 16a413aa8b2e561c1fb7db979f964cc413c06ae4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 24 Aug 2026 09:03:42 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 9 ++++++++- config/pixelfed.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3345f6dd3..72c04fee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/pixelfed.php b/config/pixelfed.php index 6a85154c5..3cbaf24e4 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your Pixelfed instance. | */ - 'version' => '0.12.8', + 'version' => '0.12.9', /* |--------------------------------------------------------------------------