diff --git a/Changelog.md b/Changelog.md index 43a1e6f3..222a2cfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 1.1.0 (2017-08-29) + +* Adds a testing module for testing callbacks (thanks @Pyo25) +* Fixes loading with ActionController::API (thanks @gaffneyc) +* Fixes `NoMethodError: NoMethodError (undefined method `object' for #ActionController::Parameters` (thanks to a whole bunch of people for reporting this) + ## 1.0.2 (2017-08-15) * Remove authenticity token check (thanks @lewispb) diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index d3461299..25fdf82d 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.0.2' + VERSION = '1.1.0' end end