Skip to content

Commit

Permalink
Merge pull request #5 from MultiSafepay/PLGMAG2V2-732
Browse files Browse the repository at this point in the history
Release of 2.1.0
  • Loading branch information
vinodsowdagar committed Feb 16, 2024
2 parents 105f9b9 + 0bb7f4e commit 8acb354
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

class VersionUtil
{
public const VERSION = '2.0.0';
public const VERSION = '2.1.0';
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8acb354

Please sign in to comment.