From 3899a5b882d82aa60561b0856d527f725724e3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= Date: Thu, 1 Jul 2021 23:15:25 +0200 Subject: [PATCH] Release v2.4.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c06b1b..95e4ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log +# [v2.4.0](https://github.com/schoero/swissqrbill/compare/v2.3.3...v2.4.0) - 01.07.2021 + * Added an optional size argument to specify the new page size in `addQRBill()` [#338](https://github.com/schoero/SwissQRBill/pull/338) + # [v2.3.3](https://github.com/schoero/swissqrbill/compare/v2.3.1...v2.3.3) - 05.04.2021 * A string is now allowed for the zip code field. [#294](https://github.com/schoero/SwissQRBill/pull/294)