Skip to content

Commit

Permalink
Changelog for previous commit and bump to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 5, 2012
1 parent a10c402 commit 8ed140d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changelog.md
@@ -1,3 +1,16 @@
### 2.8.1 / 2012-01-04

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.0...v2.8.1)

NOTE: there was a change in rails-3.2.0.rc2 which broke compatibility with
stub_model in rspec-rails. This release fixes that issue, but it means that
you'll have to upgrade to rspec-rails-2.8.1 when you upgrade to rails >=
3.2.0.rc2.

* Bug fixes
* Explicitly stub valid? in stub_model. Fixes stub_model for rails versions
>= 3.2.0.rc2.
### 2.8.0 / 2012-01-04

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.0.rc2...v2.8.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.8.0'
STRING = '2.8.1'
end
end
end

0 comments on commit 8ed140d

Please sign in to comment.