Skip to content

Commit

Permalink
version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Oct 26, 2016
1 parent 23df0a7 commit d3ef1e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0
* Add support for ActiveRecord >= 5

## 2.1.0
* Add support for ActiveRecord >= 4.2

Expand Down
2 changes: 1 addition & 1 deletion lib/sqlite3_ar_regexp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLite3ARRegexp
VERSION = '2.1.0'
VERSION = '2.2.0'
end

0 comments on commit d3ef1e2

Please sign in to comment.