From bf9df06fc889bb64532969259ea343182b0eca4b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 1 Jul 2024 02:48:41 -0600 Subject: [PATCH] Bump version to v0.12.3 --- CHANGELOG.md | 6 ++++-- config/pixelfed.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2359f1da..afba4ed33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.2...dev) +## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.3...dev) +- ([](https://github.com/pixelfed/pixelfed/commit/)) + +## [v0.12.3 (2024-07-01)](https://github.com/pixelfed/pixelfed/compare/v0.12.2...v0.12.3) ### Updates - Fix migrations bug ([4d1180b1](https://github.com/pixelfed/pixelfed/commit/4d1180b1)) -- ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.12.2 (2024-07-01)](https://github.com/pixelfed/pixelfed/compare/v0.12.1...v0.12.2) diff --git a/config/pixelfed.php b/config/pixelfed.php index 6ddb89a63..b1b42daa1 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.2', + 'version' => '0.12.3', /* |--------------------------------------------------------------------------