From 73e7da9fd2f5334e72b6d7f170afdcc58d07eec7 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 15 Jul 2016 15:01:02 +0200 Subject: [PATCH] Release 1.8.0 --- README.md | 5 +++-- lib/ransack/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8573d8c..f11c279 100644 --- a/README.md +++ b/README.md @@ -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.7.0).](https://github.com/activerecord-hackery/ransack/tree/v1.7.0) +[View documentation for the last release (1.8.0).](https://github.com/activerecord-hackery/ransack/tree/v1.8.0) ## Getting started @@ -49,7 +49,8 @@ In your Gemfile, for the last officially released gem: gem 'ransack' ``` -For Rails 5, or if you would like to use the latest updates, use the `master` branch: +If you would like to use the latest updates (recommended), use the `master` +branch: ```ruby gem 'ransack', github: 'activerecord-hackery/ransack' diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index 60501d8..8289c4f 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '1.7.0' + VERSION = '1.8.0' end