diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |