diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b4c93..c9d4a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 2.0.1 - 2018-08-18 + * Don't return association if table is nil PR [952](https://github.com/activerecord-hackery/ransack/pull/952) diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index 813c061..0fb51da 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '2.0.0' + VERSION = '2.0.1' end