Browse Source

Bump version to v0.11.11

Daniel Supernault 1 year ago
parent
commit
e5bbe9340a
2 changed files with 7 additions and 2 deletions
  1. 6 1
      CHANGELOG.md
  2. 1 1
      config/pixelfed.php

+ 6 - 1
CHANGELOG.md

@@ -1,6 +1,11 @@
 # Release Notes
 
-## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.11.10...dev)
+## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.11.11...dev)
+
+## [v0.11.11 (2024-02-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.10...v0.11.11)
+
+### Fixes
+- Fix api endpoints ([fd7f5dbb](https://github.com/pixelfed/pixelfed/commit/fd7f5dbb))
 
 ## [v0.11.10 (2024-02-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.9...v0.11.10)
 

+ 1 - 1
config/pixelfed.php

@@ -23,7 +23,7 @@ return [
 	| This value is the version of your Pixelfed instance.
 	|
 	*/
-	'version' => '0.11.10',
+	'version' => '0.11.11',
 
 	/*
 	|--------------------------------------------------------------------------