From 893579081f9e3c8b91c00f6ef12f92c5ea394f08 Mon Sep 17 00:00:00 2001 From: Willem van Bergen Date: Tue, 9 Aug 2016 08:22:56 -0400 Subject: [PATCH] Bump to 3.3.0 --- CHANGELOG.rdoc | 4 ++++ lib/scoped_search/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 160e69ab..2e523022 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -8,6 +8,10 @@ Please add an entry to the "Unreleased changes" section in your pull requests. *Nothing yet* +=== Version 3.3.0 + +- Support for ActiveRecord 5.0 + === Version 3.2.0 - In MySQL, case sensitivity is now determined by the collation of the column, and diff --git a/lib/scoped_search/version.rb b/lib/scoped_search/version.rb index efcbb6bc..9ad2eba5 100644 --- a/lib/scoped_search/version.rb +++ b/lib/scoped_search/version.rb @@ -1,3 +1,3 @@ module ScopedSearch - VERSION = "3.2.2" + VERSION = "3.3.0" end