diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a42e0fb..29c0e0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log +## [3.6.3] - 2021-07-12 + +### Changed +### Fixed +- [Fixed to avoid api calls in observer (In case order gets updated again by other modules)](https://github.com/razorpay/razorpay-magento/pull/269). +- [Added latest release upgrade notification](https://github.com/razorpay/razorpay-magento/pull/264). +- [Additional Config support for magento GraphQL](https://github.com/razorpay/razorpay-magento/pull/268). ## [3.6.2] - 2021-06-23 diff --git a/composer.json b/composer.json index 31df912e..88b36a14 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "razorpay/magento", "description": "Razorpay Magento 2.0 plugin for accepting payments.", - "version": "3.6.2", + "version": "3.6.3", "require": { "php": "~5.5.0|~5.6.0|^7.0", "razorpay/razorpay": "2.*" diff --git a/etc/module.xml b/etc/module.xml index 713c3ecd..73fe6c73 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +