summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f5f87..61c1ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat 03 Oct 2020 04:22:55 PM CEST
+ Update logic to latest Taler v8 protocols and APIs.
+ Added support for product preview images.
+ Releasing taler-mdb 0.8.0. -CG
+
Tue 31 Mar 2020 04:04:17 PM CEST
Releasing taler-mdb 0.7.0. -CG
diff --git a/configure.ac b/configure.ac
index 873473c..254f873 100644
--- 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.7.0], [taler@gnu.org])
+AC_INIT([taler-mdb], [0.8.0], [taler@gnu.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])