Version bump to 1.5.3
Andrew Kane
committed Nov 01, 2016
commit 6b527183ea50a74d7f059fd015930e0ba638f77d
Showing 2
changed files with
3 additions
and 2 deletions
CHANGELOG.md
+2
-1
| @@ | @@ -1,7 +1,8 @@ |
| - | ## 1.5.3 [unreleased] |
| + | ## 1.5.3 |
| - Fixed error with Rails 5 and Mongoid 6 | |
| - Fixed regression with server not generating visit and visitor tokens | |
| + | - Accept UTM parameters as request parameters (for native apps) |
| ## 1.5.2 | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "1.5.2" |
| + | VERSION = "1.5.3" |
| end | |