libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit d8979811d4bd4ec38aeaf85466367de0364cdd6e
parent 374e70d337307c53762e8f85678c3f6cc6062040
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 15 May 2024 17:47:57 +0200

bump for v0.11.0

Diffstat:
Mbuild.gradle | 2+-
Mdebian/changelog | 6++++++
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = "tech.libeufin" -version = "0.10.2" +version = "0.11.0" if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){ throw new GradleException( diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +libeufin (0.11.0) unstable; urgency=low + + * Package v0.11.0. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 15 May 2024 11:18:26 +0200 + libeufin (0.10.3) unstable; urgency=low * Package v0.10.3 with support for instant payments.