Updated changelog

This commit is contained in:
Antoine Gersant 2024-07-28 12:59:31 -07:00
parent 91352fc13b
commit efc27757c7

View file

@ -1,5 +1,13 @@
# Changelog
## Polaris 0.15.0
### Server
- API version is now 8.0
- Clients are now expected to send their preferred API major version in a `Accept-Version` header. Omitting this defaults to `7`, but will become an error in future Polaris releases.
- Added support for multi-value metadata for the following fields: `artist`, `album artist`, `genre`, `label`, `lyricist` and `composer`.
## Polaris 0.14.2
### Server