From d2fac37f2cba3ccf2a23ce30d3d23f34d17d099b Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Thu, 21 Apr 2016 22:29:29 -0500 Subject: [PATCH] Preparing for release 1.7.1 --- lib/PayPal/Core/PayPalConstants.php | 2 +- release_notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/PayPal/Core/PayPalConstants.php b/lib/PayPal/Core/PayPalConstants.php index 6a72733..5448e8f 100644 --- a/lib/PayPal/Core/PayPalConstants.php +++ b/lib/PayPal/Core/PayPalConstants.php @@ -12,7 +12,7 @@ class PayPalConstants { const SDK_NAME = 'PayPal-PHP-SDK'; - const SDK_VERSION = '1.7.0'; + const SDK_VERSION = '1.7.1'; /** * Approval URL for Payment diff --git a/release_notes.md b/release_notes.md index f7ea637..c1bd5e3 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1,10 @@ PayPal PHP SDK release notes ============================ +v1.7.1 +---- +* Fixes #559 + v1.7.0 ---- * Enable custom logger injection.