From 0bb7f4ef6dd575de154930ea15b576b91d79966b Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Thu, 15 Feb 2024 23:05:57 +0100 Subject: [PATCH] Release of 2.1.0 --- CHANGELOG.md | 5 +++++ Util/VersionUtil.php | 2 +- composer.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af3eb8..1f2c7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2024-02-16 +### Added +- DAVAMS-716: Add Multibanco payment method +- DAVAMS-724: Add MB WAY payment method + ## [2.0.0] - 2024-01-25 ### Added - PLGMAG2V2-709: Added payment component for Card Payment diff --git a/Util/VersionUtil.php b/Util/VersionUtil.php index 49c7f6f..4d121e5 100644 --- a/Util/VersionUtil.php +++ b/Util/VersionUtil.php @@ -15,5 +15,5 @@ class VersionUtil { - public const VERSION = '2.0.0'; + public const VERSION = '2.1.0'; } diff --git a/composer.json b/composer.json index c4826d9..ed90d5f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "multisafepay/magento2-hyva-checkout", "description": "Integrate MultiSafepay payment methods into your Hyvä Checkout", - "version": "2.0.0", + "version": "2.1.0", "type": "magento2-module", "license": "OSL-3.0", "minimum-stability": "dev",