Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Oct 29, 2014
1 parent f1be51b commit cb178c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
@@ -1,4 +1,10 @@
# 1.5.0
# Version 1.5.1

* Lock the Rails version until only 4.2.
* Fix parent class lookup.
* Fix resource_class default value definition.

# Version 1.5.0

* Supports nested modules (namespaced models and controllers).
* Supports Rails 4 Strong Parameters notation.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.5.0)
inherited_resources (1.5.1)
actionpack (>= 3.2, < 4.2)
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.5.0'.freeze
VERSION = '1.5.1'.freeze
end

0 comments on commit cb178c2

Please sign in to comment.