Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Nov 7, 2018
1 parent 298911c commit 260a7d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Latest

## 2.2.1

- [Fix: date_query type had fields incorrectly marked as mandatory](https://github.com/code-corps/stripity_stripe/pull/421)
- [Added customer field to Source entity](https://github.com/code-corps/stripity_stripe/pull/420)
- [Added deleted property to resources that can be deleted](https://github.com/code-corps/stripity_stripe/pull/419)
- [Added some missing attributes to update endpoints for SKU, Charge, TransferReversal, Transfer](https://github.com/code-corps/stripity_stripe/pull/418)
- [Added API version compatibility table to README.md](https://github.com/code-corps/stripity_stripe/pull/416)
- [Bumped supported API version to 2018-08-23](https://github.com/code-corps/stripity_stripe/pull/415)
- [Updated stripe-mock dependency to 0.30.0](https://github.com/code-corps/stripity_stripe/pull/414)
- [Fixed formatting in README.md](https://github.com/code-corps/stripity_stripe/pull/412)

## 2.2.0

- [Add missing `tax_info` attributes to `customer`](https://github.com/code-corps/stripity_stripe/pull/410)
Expand All @@ -17,7 +28,7 @@

## 2.1.0

- *New Feature:* [Add support for object expansion - #393](https://github.com/code-corps/stripity_stripe/pull/393)
- *New Feature:* [Add support for object expansion - #393](https://github.com/code-corps/stripity_stripe/pull/393)
- credits to [@swelham](https://github.com/swelham
- see instructions in README.md
- Replace `user_id` in event with `account` field, as per updated stripe documentation - [#391](https://github.com/code-corps/stripity_stripe/pull/391)
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.2.0",
version: "2.2.1",
source_url: "https://github.com/code-corps/stripity_stripe/"
]
end
Expand Down

0 comments on commit 260a7d4

Please sign in to comment.