Skip to content

Commit

Permalink
Merge pull request #432 from activeadmin/release
Browse files Browse the repository at this point in the history
Prepare for the 1.7.1 release
  • Loading branch information
rafaelfranca authored Apr 11, 2017
2 parents eea3aa2 + eae4e85 commit 0839b07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.7.1

* Fix regression with `get_resource_ivar` that was returning `false`
instead of `nil` when the value was not set.
* Do not load `ActionController::Base` on boot time.

# Version 1.7.0

* Support Rails 5
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.7.0)
inherited_resources (1.7.1)
actionpack (>= 3.2, < 5.1)
has_scope (~> 0.6)
railties (>= 3.2, < 5.1)
Expand Down Expand Up @@ -134,4 +134,4 @@ DEPENDENCIES
rails-controller-testing

BUNDLED WITH
1.14.3
1.14.6
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.7.0'.freeze
VERSION = '1.7.1'.freeze
end

0 comments on commit 0839b07

Please sign in to comment.