Skip to content

Commit

Permalink
Preparing for release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypatel512 and sdcoffey committed Oct 27, 2016
1 parent d6a6538 commit f87c430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
PayPal PHP SDK release notes
============================

1.10.0
-----
* Updated Payments APIs [#700](https://github.com/paypal/PayPal-PHP-SDK/pull/700).
* Minor bug fixes.

1.9.0
-----
* Updated Payouts APIs [#692](https://github.com/paypal/PayPal-PHP-SDK/pull/692).
Expand Down
2 changes: 1 addition & 1 deletion lib/PayPal/Core/PayPalConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PayPalConstants
{

const SDK_NAME = 'PayPal-PHP-SDK';
const SDK_VERSION = '1.9.0';
const SDK_VERSION = '1.10.0';

/**
* Approval URL for Payment
Expand Down

0 comments on commit f87c430

Please sign in to comment.