diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fc3f3fa..1f5e169e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project( snapcast LANGUAGES CXX - VERSION 0.31.104) + VERSION 0.31.105) set(PROJECT_DESCRIPTION "Multiroom client-server audio player") set(PROJECT_URL "https://github.com/badaix/snapcast") diff --git a/changelog.md b/changelog.md index 08d5d11b..84589021 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Snapcast changelog -## Version 0.31.104 +## Version 0.31.105 ### Features @@ -14,6 +14,8 @@ - Add `mpv` option `--ao-pcm-waveheader=no` on player setup page (Issue #1094) - Fix clang-tidy static analysis issues (Issue #1354) - Fix building with Jack on Fedora (Issue #1363) +- Snapserver silently ignores if config file cannot be read (Issue #1402) +- Add required packages to build instructions (Issue #1397) ### General