Skip to content

Commit

Permalink
bump to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 5, 2012
1 parent b6e3ae3 commit 63a9efd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 63a9efd

Please sign in to comment.