Skip to content

Commit

Permalink
Merge pull request #59 from razorpay/release/v2.2.0
Browse files Browse the repository at this point in the history
Version bump to 2.2.0
  • Loading branch information
pratikkapasi authored Oct 23, 2017
2 parents 8e756df + 947a890 commit cdd7d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangelog.com/en/0.3.0/) for formatting.

## Unreleased

## [2.2.0] - 2017-10-23
### Added
- Support for VirtualAccount entity
- Support for Subscriptions
Expand Down Expand Up @@ -82,7 +84,7 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
- Initial Release


[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.1.0...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.2.0...HEAD
[1.2.1]: https://github.com/razorpay/razorpay-php/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/razorpay/razorpay-php/compare/1.1.0...1.2.0
[1.2.2]: https://github.com/razorpay/razorpay-php/compare/1.2.1...1.2.2
Expand All @@ -96,3 +98,4 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
[2.0.1]: https://github.com/razorpay/razorpay-php/compare/2.0.0...2.0.1
[2.0.2]: https://github.com/razorpay/razorpay-php/compare/2.0.1...2.0.2
[2.1.0]: https://github.com/razorpay/razorpay-php/compare/2.0.2...2.1.0
[2.2.0]: https://github.com/razorpay/razorpay-php/compare/2.1.0...2.2.0
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.1.0';
const VERSION = '2.2.0';

/**
* @param string $key
Expand Down

0 comments on commit cdd7d36

Please sign in to comment.