From a3d7c2bcb416091edd6a76eb5a7600eaf00ac837 Mon Sep 17 00:00:00 2001 From: Ankit Das <89454448+ankitdas13@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:49:46 +0530 Subject: [PATCH] 2.9.0 version (#368) --- CHANGELOG.md | 2 +- src/Api.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a437d7..6a788fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](https://keepachange ## Unreleased -## [2.9.7] - 2023-12-18 +## [2.9.0] - 2023-12-18 feat: Added new API endpoints * Added support for `addBankAccount`, `deleteBankAccount`, `requestEligibilityCheck` & `fetchEligibility` on customer diff --git a/src/Api.php b/src/Api.php index f14c9e1..a970cd0 100644 --- a/src/Api.php +++ b/src/Api.php @@ -16,7 +16,7 @@ class Api */ public static $appsDetails = array(); - const VERSION = '2.9.7'; + const VERSION = '2.9.0'; /** * @param string $key