Skip to content

Commit

Permalink
Release version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Jan 21, 2015
1 parent 25f0047 commit 4967160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log

## Master (unreleased)
## Version 1.6.3 - 2015-01-21

* Fix a regression
([#496](https://github.com/activerecord-hackery/ransack/issues/496)) caused
by [ee571fe](https://github.com/activerecord-hackery/ransack/commit/ee571fe)
where passing a multi-parameter attribute (i.e. `date_select`) raised
where passing a multi-parameter attribute (like `date_select`) raised
`RuntimeError: can't add a new key into hash during iteration`, and add a
regression spec for the issue.

Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = "1.6.2"
VERSION = "1.6.3"
end

0 comments on commit 4967160

Please sign in to comment.