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', /* |--------------------------------------------------------------------------