@@ -1,3 +1,11 @@
+Changes between 0.3.0 and 0.3.1:
+--------------------------------
+
+ * Fix crash when used from multipe threads
+ * Fix nl_langinfo detection on Android
+ * Fix build for winstore
Changes between 0.2.7 and 0.3.0:
--------------------------------
@@ -2,7 +2,7 @@ AC_PREREQ([2.53])
m4_define([BDSM_MAJOR], [0])
m4_define([BDSM_MINOR], [3])
-m4_define([BDSM_MICRO], [0])
+m4_define([BDSM_MICRO], [1])
AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])