From 44cbb4e180b8615c3f12a16fcf5c29d604b557ed Mon Sep 17 00:00:00 2001 From: Nikola Begedin Date: Fri, 24 Aug 2018 10:52:20 +0200 Subject: [PATCH] Release 2.2.0 (#411) * Release 2.2.0 * Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3554dc..15896e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index c2a21f79..4d4f8add 100644 --- a/mix.exs +++ b/mix.exs @@ -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