Version 0.1.3
diff --git a/ChangeLog b/ChangeLog
index 19743cc..ef2082a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Version 0.1.3:
+	* Add --enable-abicheck configure option
+	* Add --disable-user-elem configure option
+	* Add the support of snd_ctl_elem_add_enumerated()
+	* Fix a typo in configure.ac for support_4bit
+	* Export the corrected snd_tlv_parse_dB_info()
+	* Implemented snd_mixer_selem_ask_*()
+	* Refactoring some codes, minor clean-ups
+	* Fixed compile warnings/errors
+	* Set the default alsa-lib version to 1.0.25
+
 Version 0.1.2:
 	* Code reviewed, asound.h rewritten from scratch, so no GPL piece
 	  in tree
diff --git a/configure.ac b/configure.ac
index 8735957..fbf49a7 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.2)
+AM_INIT_AUTOMAKE(salsa-lib, 0.1.3)
 AC_PREFIX_DEFAULT(/usr)
 
 dnl AC_CONFIG_HEADERS(src/config.h)