Skip to content

Commit 0e17fff

Browse files
committed
Release 1.8.1
[skip ci]
1 parent 394401d commit 0e17fff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## Version 1.8.1 - 2016-07-27
44
### Fixed
55

66
* Fix `rake console` to run a command-line console with ransack + seed data.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ instead.
2929
If you're viewing this at
3030
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
3131
you're reading the documentation for the master branch with the latest features.
32-
[View documentation for the last release (1.8.0).](https://github.com/activerecord-hackery/ransack/tree/v1.8.0)
32+
[View documentation for the last release (1.8.1).](https://github.com/activerecord-hackery/ransack/tree/v1.8.1)
3333

3434
## Getting started
3535

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '1.8.0'
2+
VERSION = '1.8.1'
33
end

0 commit comments

Comments
 (0)