Release 1.8.1

[skip ci]
This commit is contained in:
Jon Atack 2016-07-27 11:07:06 +02:00
parent 394401d5da
commit 0e17fff56c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## Version 1.8.1 - 2016-07-27
### Fixed
* Fix `rake console` to run a command-line console with ransack + seed data.

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.0).](https://github.com/activerecord-hackery/ransack/tree/v1.8.0)
[View documentation for the last release (1.8.1).](https://github.com/activerecord-hackery/ransack/tree/v1.8.1)
## Getting started

View File

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