Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jonatack committed Aug 8, 2016
1 parent 4e7d534 commit 23b5cbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
@@ -1,3 +1,3 @@
module Ransack
VERSION = '1.8.1'
VERSION = '1.8.2'
end

0 comments on commit 23b5cbe

Please sign in to comment.