From 6bfc2542fc3b39d74e5b6973efa56ea29e498f88 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Sat, 21 Dec 2019 23:03:25 +0000 Subject: [PATCH] chore: Release v2.4.0 Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 14 ++++++++++++++ README.md | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577abae..bdd8398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.4.0 - 2019-12-21 + +`ADDED` + +- Account Links API +- Account Capabilities API +- Balance Transactions API + +`REMOVED` + +- Cartalyst Collections dependency, since it was no longer being used. +- Subscription Schedule Revisions API since it was fully removed from the Stripe API +- The `verify()` method from the Account API. Stripe made it more difficult to make this verification more straightforward, so this method was unfortunately redundant. + ### v2.3.0 - 2019-09-27 `UPDATED` diff --git a/README.md b/README.md index 293ce93..0fbaea6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP library for Stripe, by Cartalyst -[![Build Status](https://travis-ci.org/cartalyst/stripe.svg?branch=2.3)](https://travis-ci.org/cartalyst/stripe) +[![Build Status](https://travis-ci.org/cartalyst/stripe.svg?branch=2.4)](https://travis-ci.org/cartalyst/stripe) A comprehensive PHP Library for [Stripe](https://stripe.com/). @@ -21,6 +21,7 @@ Raw files can be found via this projects docs/version branch. Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project. +- [2.4](CHANGELOG.md) - 2019-12-21 - [2.3](CHANGELOG.md) - 2019-09-27 - [2.2](CHANGELOG.md) - 2019-04-21 - [2.1](CHANGELOG.md) - 2017-05-10