Version 0.1.2
diff --git a/ChangeLog b/ChangeLog
index 349b5da..19743cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Version 0.1.2:
+	* Code reviewed, asound.h rewritten from scratch, so no GPL piece
+	  in tree
+	* Fix --enable-output-buffer configure option handling
+	* Fix --enable-everything option to enable really everything
+	* TLV parser-code refactoring
+	* Add support of linear dB conversion; enabled via --enable-float
+	  option
+	* Move PCM format type functions into macros.
+	* Add --disable-4bit option to remove IMA ADPCM support
+
 Version 0.1.1:
 	* Add missing snd_pcm_hw_params_{get|set}_period_wakeup()
 
diff --git a/configure.ac b/configure.ac
index 5c863a2..2227ed9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)
 AC_INIT(src/control.c)
-AM_INIT_AUTOMAKE(salsa-lib, 0.1.1)
+AM_INIT_AUTOMAKE(salsa-lib, 0.1.2)
 AC_PREFIX_DEFAULT(/usr)
 
 dnl AC_CONFIG_HEADERS(src/config.h)