From e53435b5b94f5fbda2bdfada1116301bc8360b6e Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:31:15 +0200 Subject: [PATCH] v4.3.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b08292..0a3b772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.2] - 2023-03-27 + +### Commits + +- Updated composer.json ([1537660](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/1537660926de50d10fb9e07fab1d10b361ae1380)) +- Updated .gitattributes ([e352e45](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/e352e45da7a176ebe5ce55820a99ef6b68c7a5ce)) + +Full set of changes: [`4.3.1...4.3.2`][4.3.2] + +[4.3.2]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.3.1...v4.3.2 + ## [4.3.1] - 2023-01-31 ### Composer diff --git a/package.json b/package.json index 3005cb4..fe74b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisafepay", - "version": "4.3.1", + "version": "4.3.2", "description": "MultiSafepay driver for the WordPress payment processing library.", "repository": { "type": "git",