From d3ef1e2c54a92e6278a3ea534119ea34822b45c3 Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Wed, 26 Oct 2016 13:11:14 -0500 Subject: [PATCH] version bump to 2.2.0 --- README.md | 2 +- changelog.md | 3 +++ lib/sqlite3_ar_regexp/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf9b6fe..17190d2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project uses [Semantic Versioning](http://semver.org). Add this line to your application's Gemfile: - gem 'sqlite3_ar_regexp', '~> 2.1' + gem 'sqlite3_ar_regexp', '~> 2.2' And then execute: diff --git a/changelog.md b/changelog.md index 2e3f6c0..4abfdd1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 2.2.0 + * Add support for ActiveRecord >= 5 + ## 2.1.0 * Add support for ActiveRecord >= 4.2 diff --git a/lib/sqlite3_ar_regexp/version.rb b/lib/sqlite3_ar_regexp/version.rb index 445d472..9983309 100644 --- a/lib/sqlite3_ar_regexp/version.rb +++ b/lib/sqlite3_ar_regexp/version.rb @@ -1,3 +1,3 @@ module SQLite3ARRegexp - VERSION = '2.1.0' + VERSION = '2.2.0' end