Browse Source

Bump version to v0.12.2

Daniel Supernault 1 year ago
parent
commit
93696d6764
2 changed files with 8 additions and 3 deletions
  1. 7 2
      CHANGELOG.md
  2. 1 1
      config/pixelfed.php

+ 7 - 2
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)
 

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