libeufin

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

commit 3e1c7dce743648a7f056816e21a3185362e3548f
parent ef8b71b87193ba526fab3546e288d9dd75f06421
Author: Florian Dold <florian@dold.me>
Date:   Mon, 27 May 2024 19:28:21 +0200

bump version to 0.11.1

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.11.0" +version = "0.11.1" 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.1) unstable; urgency=low + + * Package v0.11.1. + + -- Florian Dold <dold@taler.net> Mon, 27 May 2024 19:27:25 +0200 + libeufin (0.11.0) unstable; urgency=low * Package v0.11.0.