Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Rana committed Oct 12, 2016
1 parent 97c92ba commit 98b03ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [Unreleased]
## [1.2.8] - 2016-10-12
### Added
- Support for Customer and Token entities

Expand Down Expand Up @@ -44,11 +44,12 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel
- Initial Release


[Unreleased]: https://github.com/razorpay/razorpay-php/compare/1.2.7...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/1.2.8...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
[1.2.3]: https://github.com/razorpay/razorpay-php/compare/1.2.2...1.2.3
[1.2.4]: https://github.com/razorpay/razorpay-php/compare/1.2.3...1.2.5
[1.2.6]: https://github.com/razorpay/razorpay-php/compare/1.2.5...1.2.6
[1.2.7]: https://github.com/razorpay/razorpay-php/compare/1.2.6...1.2.7
[1.2.8]: https://github.com/razorpay/razorpay-php/compare/1.2.7...1.2.8
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Api

public static $secret = null;

const VERSION = '1.2.7';
const VERSION = '1.2.8';

/**
* @param string $key
Expand Down

0 comments on commit 98b03ae

Please sign in to comment.