Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Jun 1, 2019
1 parent 8f8ae7a commit ef01203
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Latest

## 2.3.0

- [Add support for Subscription Schedules](https://github.com/code-corps/stripity_stripe/pull/480)
- [Add Stripe Issuing](https://github.com/code-corps/stripity_stripe/pull/493)
- [Add CreditNote api calls](https://github.com/code-corps/stripity_stripe/pull/492)
- [Add tax_rate struct and api calls](https://github.com/code-corps/stripity_stripe/pull/491)
- [Format mix.exs to pass CI](https://github.com/code-corps/stripity_stripe/pull/498)
- [Reorganize docs](https://github.com/code-corps/stripity_stripe/pull/496)
- [Add PaymentMethods module, with struct, list/2, attach/2, detach/2](https://github.com/code-corps/stripity_stripe/pull/495)

## 2.2.3

- [Configurable json serializer - You can now use Jason instead of Poison](https://github.com/code-corps/stripity_stripe/pull/446)
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.2.3",
version: "2.3.0",
source_url: "https://github.com/code-corps/stripity_stripe/",
docs: [
main: "readme",
Expand Down

0 comments on commit ef01203

Please sign in to comment.