From 03b9d6753a55b57ba530eabdb35858025e48af17 Mon Sep 17 00:00:00 2001 From: jitendra-1217 Date: Tue, 10 Oct 2017 14:20:02 +0530 Subject: [PATCH] Version bump to 2.1.0 --- CHANGELOG.md | 8 +++++++- src/Api.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566406ae..09ac11cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel ## Unreleased +## [2.1.0] - 2017-10-10 +### Added +- Support for new actions(cancel, notifyBy, edit, issue, delete) on invoices +- Removes PHP 5.3 from list of versions to test build against + ## [2.0.2] - 2017-08-03 ### Added - Support for creating and fetching Transfers @@ -74,7 +79,7 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel - Initial Release -[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.0.2...HEAD +[Unreleased]: https://github.com/razorpay/razorpay-php/compare/2.1.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 @@ -87,3 +92,4 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](http://keepachangel [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.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 diff --git a/src/Api.php b/src/Api.php index b5cf6496..88f5cbc6 100644 --- a/src/Api.php +++ b/src/Api.php @@ -16,7 +16,7 @@ class Api */ public static $appsDetails = array(); - const VERSION = '2.0.2'; + const VERSION = '2.1.0'; /** * @param string $key