diff --git a/Changelog.md b/Changelog.md index 222a2cfe..de98aab0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 1.1.1 (2017-08-31) + +* Make stripe-ruby-mock an optional dependency (thanks @gaffneyc) + ## 1.1.0 (2017-08-29) * Adds a testing module for testing callbacks (thanks @Pyo25) diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index 25fdf82d..600f6272 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.1.0' + VERSION = '1.1.1' end end