From 78c6e5ad6a50fd975c6e27aca3d3b7b27fe56119 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Tue, 8 Mar 2022 14:50:37 +0530 Subject: [PATCH] upgrad to new version --- CHANGELOG.md | 8 +++++++- src/Api.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd3aa6a..60205fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](https://keepachange ## Unreleased +## [2.8.2] - 2022-03-08 + +- Change name convention to standard in Unit test +- Removed test api key due to security concern from test cases + ## [2.8.1] - 2021-11-08 ### Added @@ -208,4 +213,5 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](https://keepachange [2.4.0-beta]: https://github.com/razorpay/razorpay-php/compare/2.3.0...2.4.0-beta [2.5.0]: https://github.com/razorpay/razorpay-php/compare/2.4.0-beta...2.5.0 [2.8.0]: https://github.com/razorpay/razorpay-php/compare/2.7.1...2.8.0 -[2.8.1]: https://github.com/razorpay/razorpay-php/compare/2.8.0...2.8.1 \ No newline at end of file +[2.8.1]: https://github.com/razorpay/razorpay-php/compare/2.8.0...2.8.1 +[2.8.2]: https://github.com/razorpay/razorpay-php/compare/2.8.0...2.8.2 \ No newline at end of file diff --git a/src/Api.php b/src/Api.php index 8309925f..cc0ca018 100644 --- a/src/Api.php +++ b/src/Api.php @@ -16,7 +16,7 @@ class Api */ public static $appsDetails = array(); - const VERSION = '2.8.1'; + const VERSION = '2.8.2'; /** * @param string $key