Version bump to 1.4.2
Andrew Kane
committed Jun 21, 2016
commit 3396025625d3421676bae20bf468a6ee7e6ec1e0
Showing 2
changed files with
3 additions
and 3 deletions
CHANGELOG.md
+2
-2
| @@ | @@ -1,6 +1,6 @@ |
| - | ## 1.4.2 [unreleased] |
| + | ## 1.4.2 |
| - | - Fixed false matches with `where_properties` for text columns |
| + | - Fixed issues with `where_properties` |
| ## 1.4.1 | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "1.4.1" |
| + | VERSION = "1.4.2" |
| end | |