diff --git a/Changelog.md b/Changelog.md index dfed83f35f..388c9f38b0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +### 2.10.1 / 2012-05-03 +[full changelog](http://github.com/rspec/rspec-rails/compare/v2.10.0...v2.10.1) + +Bug fixes + +* fix regression introduced in 2.10.0 that broke integration with Devise + (https://github.com/rspec/rspec-rails/issues/534) + ### 2.10.0 / 2012-05-03 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...v2.10.0) diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 6ddfe3bc63..fdc572aec8 100644 --- a/lib/rspec/rails/version.rb +++ b/lib/rspec/rails/version.rb @@ -1,7 +1,7 @@ module RSpec module Rails module Version - STRING = '2.10.0' + STRING = '2.10.1' end end end