Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 28, 2011
1 parent b3d527d commit 2aefadd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
# Version 1.2.1

* Fix a bug with namespaces
* Use Post.scoped instead of Post.all in collection

# Version 1.2

* Improved lookup for namespaces (by github.com/Sirupsen)
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -19,15 +19,15 @@ Inherited Resources master branch is now supports Rails 3 and is NOT backward co

You can let bundler to install Inherited Resources by adding this line to your application's Gemfile:

gem 'inherited_resources', '~> 1.2'
gem 'inherited_resources', '~> 1.2.1'

And then execute:

bundle install

Or install it yourself as:

gem install inherited_resources --version=1.2
gem install inherited_resources --version=1.2.1

=== Rails 2.3.x

Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.2.0'.freeze
VERSION = '1.2.1'.freeze
end

0 comments on commit 2aefadd

Please sign in to comment.