Skip to content

Commit

Permalink
Release 2.2.0 (#411)
Browse files Browse the repository at this point in the history
* Release 2.2.0

* Update CHANGELOG.md
  • Loading branch information
begedin committed Aug 24, 2018
1 parent e294c8f commit 44cbb4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Latest

## 2.2.0

- [Add missing `tax_info` attributes to `customer`](https://github.com/code-corps/stripity_stripe/pull/410)
- [Ease up on hackney dependency](https://github.com/code-corps/stripity_stripe/pull/407)
- *New Feature:* [Add Recipient endpoint](https://github.com/code-corps/stripity_stripe/pull/405)
- [Expand test matrix with Elixir 1.7](https://github.com/code-corps/stripity_stripe/pull/404)
- [Convert discount responses to a struct](https://github.com/code-corps/stripity_stripe/pull/403)
- [Add `name` to `Stripe.Coupon`](https://github.com/code-corps/stripity_stripe/pull/402)
- [Add `unit_label` attribute to `Stripe.Product`](https://github.com/code-corps/stripity_stripe/pull/401)
- [Add params to `Stripe.Subscription` and `Stripe.Invoice` endpoints](https://github.com/code-corps/stripity_stripe/pull/400)
- [Add `active` attribute to `Stripe.Plan`](https://github.com/code-corps/stripity_stripe/pull/399)
- [Add `source_url` to `mix.exs`](https://github.com/code-corps/stripity_stripe/pull/398)
- [Improved formatting (using `mix format` in some files](https://github.com/code-corps/stripity_stripe/pull/397)
- [Improved webhook documentation](https://github.com/code-corps/stripity_stripe/pull/395)

## 2.1.0

- *New Feature:* [Add support for object expansion - #393](https://github.com/code-corps/stripity_stripe/pull/393)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Stripe.Mixfile do
"coveralls.html": :test
],
test_coverage: [tool: ExCoveralls],
version: "2.1.0",
version: "2.2.0",
source_url: "https://github.com/code-corps/stripity_stripe/"
]
end
Expand Down

0 comments on commit 44cbb4e

Please sign in to comment.