From b59d77a373517fd860193c4561c70cc15299cd5e Mon Sep 17 00:00:00 2001 From: yurii Date: Wed, 10 Dec 2025 17:10:34 +0000 Subject: [PATCH] updated handling AmountTooSmall response from creditcall --- main.go | 2 +- release notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 11cbfd3..04aef21 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( ) const ( - buildVersion = "1.0.26" + buildVersion = "1.0.27" serviceName = "hardlink" ) diff --git a/release notes.md b/release notes.md index de03dac..77448bb 100644 --- a/release notes.md +++ b/release notes.md @@ -2,6 +2,9 @@ builtVersion is a const in main.go +#### 1.0.27 - 10 December 2025 +updated handling AmountTooSmall response from creditcall + #### 1.0.26 - 10 December 2025 added route for taking preauthorization payment