Release 1.4
diff --git a/ChangeLog b/ChangeLog
index 8592d7f..cc21f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 1.4:
+	Fix issue with stack overflow within sbc_crc8 function.
+
 ver 1.3:
 	Fix issue with frame length calculation for dual-channel mode.
 
diff --git a/configure.ac b/configure.ac
index 2a499e6..30f1cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(sbc, 1.3)
+AC_INIT(sbc, 1.4)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)