diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dfb64..ef10281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.3.2 +- Fixed display of label for submit client info option +- Smaller DLL size due to changes in dark mode support with latest foobar2000 SDK + ## v1.3.1 - Fixed packaging not including all files (missing x64 binaries and license files), issue #4. diff --git a/src/foo_listenbrainz2.h b/src/foo_listenbrainz2.h index c742267..75f70ff 100644 --- a/src/foo_listenbrainz2.h +++ b/src/foo_listenbrainz2.h @@ -6,7 +6,7 @@ namespace lbz { static constexpr const char* component_name = "ListenBrainz 2"; static constexpr const char* component_dll_name = "foo_listenbrainz2.dll"; - static constexpr const char* component_version = "1.3.1"; + static constexpr const char* component_version = "1.3.2"; static constexpr const char* component_info = "Copyright (C) 2020 marc2003, 2022 phw\n\nBuild: " __TIME__ ", " __DATE__; static constexpr const char* help_url = "https://github.com/phw/foo_listenbrainz2"; static constexpr const char* api_url = "https://api.listenbrainz.org/1/submit-listens";