1
0
Daniel Supernault 1 жил өмнө
parent
commit
bf9df06fc8
2 өөрчлөгдсөн 5 нэмэгдсэн , 3 устгасан
  1. 4 2
      CHANGELOG.md
  2. 1 1
      config/pixelfed.php

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

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