commit e40e19f630835caec95a26cabdfad6fe651becd9
parent 9ef5d9cf5fe2dbceaddc557c540f716448cd264e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 10 Nov 2020 13:07:37 +0100
update ChangeLog
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Tue 10 Nov 2020 01:07:09 PM CET
+ Update logic to latest Taler API.
+ Releasing taler-mdb 0.8.1. -CG
+
Sat 03 Oct 2020 04:22:55 PM CEST
Update logic to latest Taler v8 protocols and APIs.
Added support for product preview images.
diff --git a/configure.ac b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([taler-mdb], [0.8.0], [taler@gnu.org])
+AC_INIT([taler-mdb], [0.8.1], [taler@gnu.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])