diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fb3631b..4fc3f3fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project( snapcast LANGUAGES CXX - VERSION 0.31.103) + VERSION 0.31.104) 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 83c41cbf..08d5d11b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,11 @@ # Snapcast changelog -## Version 0.31.103 +## Version 0.31.104 ### Features - Client: Add support for (secure-) websockets (Issue #1325, PR #1340) +- Server: Add client certificate validation (Issue #1334) - Server: Add control script for Plex (PR #1346) ### Bugfixes @@ -12,6 +13,7 @@ - Fix typos (PR #1333, PR #1341, PR #1345) - 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) ### General @@ -22,7 +24,6 @@ - Add clang-tidy static analysis to CI (Issue #1353) - Compiles with boost v1.88.0 (Issue #1367, PR #1378, PR #1387) - Add Music Assistant project to readme (PR #1366) -- Fix typos (PR #1328, PR #1329, PR #1333) ### Contributors