From f2452bfc1613e4959da4e9d082e334dc5d50802b Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:49:08 +0200 Subject: [PATCH] v4.3.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3b772..e5a77af 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.3] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([4a66e2d](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/4a66e2d2f6fb56281390aba5e4706b0a55a54cc0)) +- Updated .gitattributes ([a144daa](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/a144daa78c06226046f633b45eae5f83811b8410)) + +Full set of changes: [`4.3.2...4.3.3`][4.3.3] + +[4.3.3]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.3.2...v4.3.3 + ## [4.3.2] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index fe74b2b..58e0116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisafepay", - "version": "4.3.2", + "version": "4.3.3", "description": "MultiSafepay driver for the WordPress payment processing library.", "repository": { "type": "git",