From 93696d676476c9d4bfc671aba02ddadd6837ee74 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 1 Jul 2024 01:44:11 -0600 Subject: [PATCH] Bump version to v0.12.2 --- CHANGELOG.md | 9 +++++++-- config/pixelfed.php | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7d2b92f..ca5a2109d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.1...dev) +## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.2...dev) + +## [v0.12.2 (2024-07-01)](https://github.com/pixelfed/pixelfed/compare/v0.12.1...v0.12.2) +- ([](https://github.com/pixelfed/pixelfed/commit/)) + +### Framework +- Updated to Laravel 11 (requires php 8.2+) ### Added - New api/v1/instance/peers API endpoint, disabled by default ([4aad1c22](https://github.com/pixelfed/pixelfed/commit/4aad1c22)) @@ -34,7 +40,6 @@ - Update Media model, fix broken thumbnail/gray thumbnail bug ([e33643c2](https://github.com/pixelfed/pixelfed/commit/e33643c2)) - Update StatusController, fix unlisted post guest/ap access bug ([83098428](https://github.com/pixelfed/pixelfed/commit/83098428)) - Update discover, add network trending using Beagle API ([2cae8b48](https://github.com/pixelfed/pixelfed/commit/2cae8b48)) -- ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.12.1 (2024-05-07)](https://github.com/pixelfed/pixelfed/compare/v0.12.0...v0.12.1) diff --git a/config/pixelfed.php b/config/pixelfed.php index c4dc5828b..6ddb89a63 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.1', + 'version' => '0.12.2', /* |--------------------------------------------------------------------------