Version bump to 1.4.1
Andrew Kane
committed Jun 21, 2016
commit eb6ec21cd8adec3f2a07ed11629ef1f1124fef98
Showing 2
changed files with
2 additions
and 2 deletions
CHANGELOG.md
+1
-1
| @@ | @@ -1,4 +1,4 @@ |
| - | ## 1.4.1 [unreleased] |
| + | ## 1.4.1 |
| - Added `where_properties` method | |
| - Added Kafka store | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "1.4.0" |
| + | VERSION = "1.4.1" |
| end | |