Release 1.2
diff --git a/ChangeLog b/ChangeLog
index b1b71f3..5c0a274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 1.2:
+	Add support for setup from A2DP configuration data.
+	Add support for enabling high precision build.
+
 ver 1.1:
 	Add support for mSBC encoding and decoding functionality.
 
diff --git a/configure.ac b/configure.ac
index 3a96196..77c15e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(sbc, 1.1)
+AC_INIT(sbc, 1.2)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)