summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d34dc843f..2c512a639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 18 18:53:30 CET 2016
+ Improved error reporting for bogus wire specifications.
+ Releasing taler-exchange 0.2.0. -CG
+
Thu Nov 17 16:37:22 CET 2016
Added missing idempotency checks for /refresh/reveal. -CG
diff --git a/configure.ac b/configure.ac
index bab845dff..e258b52e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
#
#
AC_PREREQ([2.69])
-AC_INIT([taler-exchange], [0.1.0], [taler-bug@gnunet.org])
+AC_INIT([taler-exchange], [0.2.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds