From c5e07943d359c8f6e90b67e18554d8cddbca22f4 Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Tue, 26 Mar 2024 18:03:01 +0100 Subject: [PATCH] [#1398] Release 2.1.0 - changelog updated for the release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e7a520..3dd656d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # Unreleased + +# 2.1.0 - 2024-03-26 + ### [#1379] Fulfill Payment from a valid ZIP-321 request New API implemented that allows clients to use a ZIP-321 Payment URI to create transaction. ```