From 1d20ec430277127571fe35f229dc70fe54a308d5 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:42:27 +0200 Subject: [PATCH] v4.3.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001876a..ae38846 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.4] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([b7bee4d](https://github.com/pronamic/wp-pronamic-pay-icepay/commit/b7bee4da912433063d213c22e1f265ef9432fef5)) +- Updated .gitattributes ([fbb559b](https://github.com/pronamic/wp-pronamic-pay-icepay/commit/fbb559b1c09128364cfc71d8cfbcf73361e56e0d)) + +Full set of changes: [`4.3.3...4.3.4`][4.3.4] + +[4.3.4]: https://github.com/pronamic/wp-pronamic-pay-icepay/compare/v4.3.3...v4.3.4 + ## [4.3.3] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index c4713ec..fa646fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icepay", - "version": "4.3.3", + "version": "4.3.4", "description": "ICEPAY driver for the WordPress payment processing library.", "repository": { "type": "git",