diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dc9c2..9fea0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.1] - 2025-02-24 +### Changed +- PLGMAG2V2-829: Enable Sofort and Dotpay payment methods +- PLGMAG2V2-815: Add delay for cancel controller to wait for order to cancel + +### Removed +- DAVAMS-840: Remove gender requirement for in3 + ## [2.8.0] - 2024-01-09 ### Added - DAVAMS-852: Added the Billink payment method diff --git a/composer.json b/composer.json index f900bf7..cbf5aa7 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "multisafepay/magento2-frontend", "description": "MultiSafepay frontend module for Magento 2", - "version": "2.8.0", + "version": "2.8.1", "require": { - "multisafepay/magento2-core": "^3.9", - "multisafepay/magento2-adminhtml": "^1.31", + "multisafepay/magento2-core": "^3.9.1", + "multisafepay/magento2-adminhtml": "^1.31.1", "magento/framework": "^102.0|^103.0", "magento/module-checkout": "^100.0", "magento/module-quote": "^101.0",