Skip to content

Commit

Permalink
CHANGELOG 2.7.2 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored Feb 17, 2020
2 parents 3c93eb5 + 427d097 commit 7b9c881
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7b9c881

Please sign in to comment.