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