From ebf87b84b49cc0538c2834133f6ab6302621c913 Mon Sep 17 00:00:00 2001 From: snewcomer Date: Sun, 16 Feb 2020 18:21:16 -0800 Subject: [PATCH 1/2] CHANGELOG 2.7.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e341fe16..62d493b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Latest +## 2.7.2 + +- [Add documentation for usage of the setup intents and setup payments A...](https://github.com/code-corps/stripity_stripe/pull/570) +- [Add missing params to Stripe.Customer.create typespecs](https://github.com/code-corps/stripity_stripe/pull/569) +- [add account links](https://github.com/code-corps/stripity_stripe/pull/562) +- [Subscription :items is required](https://github.com/code-corps/stripity_stripe/pull/555) +- [2019-10-17 API update](https://github.com/code-corps/stripity_stripe/pull/556) +- [DOCUMENTATION: retries](https://github.com/code-corps/stripity_stripe/pull/565) + ## 2.7.1 - [Add setup_intent to checkout session ](https://github.com/code-corps/stripity_stripe/pull/554) From 427d0970f858d5ff519d32dea743cc6255ee60da Mon Sep 17 00:00:00 2001 From: snewcomer Date: Sun, 16 Feb 2020 18:21:53 -0800 Subject: [PATCH 2/2] update mix file --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 50fe42bb..dd79e622 100644 --- a/mix.exs +++ b/mix.exs @@ -20,7 +20,7 @@ defmodule Stripe.Mixfile do "coveralls.html": :test ], test_coverage: [tool: ExCoveralls], - version: "2.7.1", + version: "2.7.2", source_url: "https://github.com/code-corps/stripity_stripe/", docs: [ main: "readme",