libeufin

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

commit 8bdc144e6d36f577d627e0330155f1d9aec4c020
parent 63c01db19377f84266fae19d5f768597d47fc976
Author: Florian Dold <florian@dold.me>
Date:   Wed, 28 May 2025 12:40:55 +0200

bump version to 1.0.2

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

diff --git a/build.gradle b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "tech.libeufin" -version = "1.0.1" +version = "1.0.2" if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){ throw new GradleException( diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +libeufin (1.0.2) unstable; urgency=low + + * Release version 1.0.2 + + -- Florian Dold <florian@dold.me> Wed, 28 May 2025 12:40:51 +0200 + libeufin (1.0.1) unstable; urgency=low * Release version 1.0.1