From e727431fefe7c8d7a3b0ad8dd25e909dfb8dda30 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 23 Mar 2025 23:58:57 -0600 Subject: [PATCH] Bump version to 0.12.5 --- CHANGELOG.md | 4 +++- config/pixelfed.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c788ef4f9..586f1eed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Release Notes ## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.3...dev) +- ([](https://github.com/pixelfed/pixelfed/commit/)) + +## [v0.12.5 (2024-03-23)](https://github.com/pixelfed/pixelfed/compare/v0.12.5...dev) ### Added - Add app register email verify resends ([dbd1e17](https://github.com/pixelfed/pixelfed/commit/dbd1e17)) @@ -63,7 +66,6 @@ - Update Inbox handler, add Reject Follow support ([fbe76e37f](https://github.com/pixelfed/pixelfed/commit/fbe76e37f)) - Update Inbox handler, improve Undo Follow logic ([5525369fe](https://github.com/pixelfed/pixelfed/commit/5525369fe)) - Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts ([2cf301181](https://github.com/pixelfed/pixelfed/commit/2cf301181)) -- ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.12.4 (2024-11-08)](https://github.com/pixelfed/pixelfed/compare/v0.12.4...dev) diff --git a/config/pixelfed.php b/config/pixelfed.php index 9e7898f88..a0d6908a7 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.4', + 'version' => '0.12.5', /* |--------------------------------------------------------------------------