diff --git a/Changelog.md b/Changelog.md index 4718491f..4a4dcd65 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## 1.5.4 (2018-11-14) + +* Removes test exception from event dispatch +* Travis is now testing the gem on Ruby 2.5.3, 2.4.5, 2.3.8 + ## 1.5.3 (2018-10-25) * Add usage_type, aggregate_usage, and billing_scheme - thanks @garrettqmartin8 diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index 0c4921e7..a3e0dbeb 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.5.3' + VERSION = '1.5.4' end end