Skip to content

Commit

Permalink
Merge pull request #283 from razorpay/new_update
Browse files Browse the repository at this point in the history
upgrad to new version
  • Loading branch information
ankitdas13 authored Mar 8, 2022
2 parents a5765af + 78c6e5a commit f36ad5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Api
*/
public static $appsDetails = array();

const VERSION = '2.8.1';
const VERSION = '2.8.2';

/**
* @param string $key
Expand Down

0 comments on commit f36ad5e

Please sign in to comment.