diff --git a/CHANGELOG.md b/CHANGELOG.md index 345ffd5bb..0ba678434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [v2.13 _(Sep 15, 2020)_](https://github.com/omise/omise-magento/releases/tag/v2.13) + +### 👾 Bug Fixes +- Fixing issue for header and footer information in email containing payment QR, Barcodes for multi-store setup. (PR [#269](https://github.com/omise/omise-magento/pull/260)) +- Card payment throws error while checkout for PHP 7.4 version. (PR [#268](https://github.com/omise/omise-magento/pull/268)) + + ## [v2.12 _(Aug 25, 2020)_](https://github.com/omise/omise-magento/releases/tag/v2.12) ### ✨ Highlights diff --git a/composer.json b/composer.json index cec4f90f5..ad1f06abc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@omise.co" } ], - "version": "2.12.0", + "version": "2.13.0", "minimum-stability": "stable", "type": "magento2-module", "license": "MIT", diff --git a/etc/module.xml b/etc/module.xml index f0d65f198..304b7628a 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +