Skip to content

Commit

Permalink
Version bump to 2.2.1 (#74)
Browse files Browse the repository at this point in the history
* Version bump to 2.2.1

* Update CHANGELOG.md
  • Loading branch information
jitendra-1217 authored May 28, 2018
1 parent 0825e6c commit 0fd3675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel

## Unreleased

## [2.2.1] - 2018-05-28
### Added
- Support for fetching all customer entities

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


[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.2.0...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.2.1...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 @@ -99,3 +103,4 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
[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.2.1]: https://github.com/razorpay/razorpay-php/compare/2.2.0...2.2.1
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.2.0';
const VERSION = '2.2.1';

/**
* @param string $key
Expand Down

0 comments on commit 0fd3675

Please sign in to comment.