Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Jul 4, 2017
1 parent 4fe2112 commit 802694c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 802694c

Please sign in to comment.