Release 1.8.2

[skip ci]
This commit is contained in:
Jon Atack 2016-08-08 16:31:10 +02:00
parent 4e7d534578
commit 23b5cbe5d3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## Version 1.8.2 - 2016-08-08
### Fixed
* Fix empty attribute_fields regression in advanced search mode introduced by

View File

@ -29,7 +29,7 @@ instead.
If you're viewing this at
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
you're reading the documentation for the master branch with the latest features.
[View documentation for the last release (1.8.1).](https://github.com/activerecord-hackery/ransack/tree/v1.8.1)
[View documentation for the last release (1.8.2).](https://github.com/activerecord-hackery/ransack/tree/v1.8.2)
## Getting started

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = '1.8.1'
VERSION = '1.8.2'
end