diff --git a/Changelog.md b/Changelog.md index e09b073d..4718491f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 1.5.3 (2018-10-25) + +* Add usage_type, aggregate_usage, and billing_scheme - thanks @garrettqmartin8 + ## 1.5.2 (2018-10-15) * fixes undefined method `expand_path' for Stripe::File:Class - Thanks to @BitesGit for reporting this. diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index cd3e0b80..0c4921e7 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.5.2' + VERSION = '1.5.3' end end