Skip to content

Commit

Permalink
Version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harman28 committed Jul 31, 2017
1 parent d2f5b1a commit 8e48484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangelog.com/en/0.3.0/) for formatting.

## Unreleased

## [2.0.1] - 2017-07-31
### Fixed
- Webhook signature verification
- Conditional require of Request class

## [2.0.0] - 2017-03-07
### Added
- Support for custom Application header
Expand Down Expand Up @@ -63,7 +70,7 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
- Initial Release


[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.0.0...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.0.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 @@ -74,3 +81,4 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
[1.2.8]: https://github.com/razorpay/razorpay-php/compare/1.2.7...1.2.8
[1.2.9]: https://github.com/razorpay/razorpay-php/compare/1.2.8...1.2.9
[2.0.0]: https://github.com/razorpay/razorpay-php/compare/1.2.9...2.0.0
[2.0.1]: https://github.com/razorpay/razorpay-php/compare/2.0.0...2.0.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.0.0';
const VERSION = '2.0.1';

/**
* @param string $key
Expand Down

0 comments on commit 8e48484

Please sign in to comment.