Bump version to v0.12.2

This commit is contained in:
Daniel Supernault 2024-07-01 01:44:11 -06:00
parent f7bbf3eab5
commit 93696d6764
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1
2 changed files with 8 additions and 3 deletions

View file

@ -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)

View file

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