diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd2e7c6..15ce6407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ +## 1.5.0 (2017-07-04) + +Changes: + +- Added basic webhook support - https://github.com/code-corps/stripity_stripe/pull/244 + +## 1.0.0 to 1.4.0 + +- Sadly the changes have not been properly tracked here. We will compile a list +as soon as we are able ## 1.0.0 (2015-12-22) Changes: -- Bumped version to 1.0.0 as it has become quite feature full and it has a slight breakage factor. +- Bumped version to 1.0.0 as it has become quite feature full and it has a slight breakage factor. - Stripe Connect standalone account support. All modules were refactored to allow api key to flow thru - Refactored all subscriptions/invoices to their own modules. Expect a few rough edges there. - Improved the README diff --git a/mix.exs b/mix.exs index d2418317..155f9866 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Stripe.Mixfile do def project do [ app: :stripity_stripe, - version: "1.4.0", + version: "1.5.0", description: description(), package: package(), deps: deps(),