summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index add810a..1904c20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue Apr 10 02:39:19 CEST 2018
+ Releasing taler-bank-0.5.1 -FD
+
Tue Feb 13 10:05:06 CET 2018
Introducing the /reject REST API, internal wire
transfers between users, and a middleware-based
diff --git a/configure.ac b/configure.ac
index f242d92..d70c52a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# This script is in the public domain.
AC_PREREQ(2.61)
-AC_INIT([taler-bank], [0.5.0], [taler@gnu.org])
+AC_INIT([taler-bank], [0.5.1], [taler@gnu.org])
AC_CONFIG_MACRO_DIR([m4])