summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/config.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b76cbbf..50b78e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 2020.11.28
+
+- Support changing station modes
+- Allow choosing time format
+- Add optional debug output
+
Release 2020.04.05
- Support writing audio to named pipe (audio_pipe)
diff --git a/src/config.h b/src/config.h
index 4580f43..3c505fb 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2020.04.05-dev"
+#define VERSION "2020.11.28"
/* glibc feature test macros, define _before_ including other files */
#define _POSIX_C_SOURCE 200809L