diff --git a/CHANGELOG.md b/CHANGELOG.md index 40697a35..b6466aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [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)) + ## [v3.3.1 _(Oct, 03, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.3.1) - Added Promptpay QR payment instructions. (PR: [#447](https://github.com/omise/omise-magento/pull/447)) - Bug fixed on Alipay. (PR: [#446](https://github.com/omise/omise-magento/pull/446)) diff --git a/composer.json b/composer.json index a8a9626b..acbc1c18 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@omise.co" } ], - "version": "3.3.1", + "version": "3.4.0", "minimum-stability": "stable", "type": "magento2-module", "license": "MIT", diff --git a/etc/module.xml b/etc/module.xml index 8864faf9..c11a2b69 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +