Skip to content

Commit

Permalink
Sync CHANGELOG with Releases [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jul 5, 2017
1 parent 51208c8 commit 09a0263
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 1.7.0 (July 5, 2017)

* Support stripe v3 gem as a dependency (#87)

### 1.6.0 (February 27, 2017)

* Support stripe v2 gem as a dependency (#82, b3cee03)

### 1.5.1 (September 20, 2016)

* Better Rails 5 support. Prefer `before_action` over `before_filter`. (#69, Thanks @mcolyer)

### 1.5.0 (February 25, 2015)
* Added [replay attack protection](https://github.com/integrallis/stripe_event#securing-your-webhook-endpoint) on webhooks. See `StripeEvent.authentication_secret`. Thanks @brentdax for both the initial discussion and the implementation! #53, #55
* Dropped official support for Rails 3.1 and Rails 4.0
Expand Down

0 comments on commit 09a0263

Please sign in to comment.