diff --git a/.github/release-notes/v2.11.0.md b/.github/release-notes/v2.11.0.md new file mode 100644 index 0000000..f097ee4 --- /dev/null +++ b/.github/release-notes/v2.11.0.md @@ -0,0 +1,8 @@ +### Release Notes + +- Added display config properties `display.albumImage`, `display.artist` and `display.artistImage`. + +### Installation Instructions + +- [Regular](https://github.com/phin05/discord-rich-presence-plex/blob/v2.11.0/README.md#installation) +- [Docker](https://github.com/phin05/discord-rich-presence-plex/blob/v2.11.0/README.md#run-with-docker) diff --git a/config/constants.py b/config/constants.py index 232b4ab..1496153 100644 --- a/config/constants.py +++ b/config/constants.py @@ -2,7 +2,7 @@ import os import sys name = "Discord Rich Presence for Plex" -version = "2.10.0" +version = "2.11.0" plexClientID = "discord-rich-presence-plex" discordClientID = "413407336082833418"