Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed May 12, 2020
1 parent fee9cd6 commit 5ef8578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.3.1 (May 12, 2020)

- Fix deprecation warning in Ruby 2.7 (#130)
- Fixes tests for Stripe 5.19.0 (#133)

### 2.3.0 (August 23, 2019)

- Add support for Stripe v5.x (#119)
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe_event/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StripeEvent
VERSION = "2.3.0"
VERSION = "2.3.1"
end

0 comments on commit 5ef8578

Please sign in to comment.