diff --git a/CHANGELOG.md b/CHANGELOG.md index b6466aaa..cbb65215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [v3.5.0 _(Oct, 24, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.0) +- Added QR expires count down for promptpay. (PR: [#453](https://github.com/omise/omise-magento/pull/453)) + ## [v3.4.0 _(Oct, 11, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.4.0) - Added dynamic webhooks with feature flag. (PR: [#450](https://github.com/omise/omise-magento/pull/450)) diff --git a/composer.json b/composer.json index acbc1c18..56c8f0da 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@omise.co" } ], - "version": "3.4.0", + "version": "3.5.0", "minimum-stability": "stable", "type": "magento2-module", "license": "MIT", diff --git a/etc/module.xml b/etc/module.xml index c11a2b69..7d5896fa 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +