diff --git a/changelog.md b/changelog.md index 9a22e1f4..2c589357 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## DEV-branch +* 27.12.2024: Fix audio dropouts in BT-Source mode +* 27.12.2024: ArduinoJson 7 (#357) * 18.12.2024: Use saved SSID as LAST_SSID, when no successfull connection was possible #355, thanks to @nona00 ! * 18.12.2024: Check if #POWER defined, thanks to @QDaniel ! * 18.12.2024: Prepare for Arduino 3.1.0 diff --git a/src/revision.h b/src/revision.h index 8b614d68..a36926a9 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20241218-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20241227-1-DEV";