summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-09 11:58:49 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-09 11:58:49 +0200
commit62d51f642482120eb2fca70d841e393cba24ac34 (patch)
treef312fa11e031c1ea5739c13d7fa68343432e2ab9
parentf54382c2a64139180d2cae7cd0e6e0587f0ab4d0 (diff)
downloadmerchant-62d51f642482120eb2fca70d841e393cba24ac34.tar.gz
merchant-62d51f642482120eb2fca70d841e393cba24ac34.tar.bz2
merchant-62d51f642482120eb2fca70d841e393cba24ac34.zip
bump Debian changelog
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 36344f8b..4944eb80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+taler-merchant (0.10.1) unstable; urgency=low
+
+ * Implement cache control headers for /config
+ * Do not return orders over amount of 0 as unpaid
+ * Handle refunds in wire transfer reconciliation
+ * Implement protocol v12 and v13
+ * Simplify KYC logic in payment processing
+
+ -- Christian Grothoff <grothoff@gnu.org> Tue, 9 Apr 2024 09:50:12 +0200
+
taler-merchant (0.10.0) unstable; urgency=low
* Implement public GET API for templates (#8608).