浏览代码

Bump version to v0.11.11

Daniel Supernault 1 年之前
父节点
当前提交
e5bbe9340a
共有 2 个文件被更改,包括 7 次插入2 次删除
  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',
 
 	/*
 	|--------------------------------------------------------------------------