Version bump to 1.5.4
Andrew Kane
committed Jan 23, 2017
commit 70caa14d027d0447f9197ee63a0398bdedd6877e
Showing 3
changed files with
7 additions
and 2 deletions
CHANGELOG.md
+5
-0
| @@ | @@ -1,3 +1,8 @@ |
| + | ## 1.5.4 |
| + | |
| + | - Fixed issue with duplicate events |
| + | - Added support for PostGIS for `where_properties` |
| + | |
| ## 1.5.3 | |
| - Fixed error with Rails 5 and Mongoid 6 | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "1.5.3" |
| + | VERSION = "1.5.4" |
| end | |
vendor/assets/javascripts/ahoy.js
+1
-1
| @@ | @@ -2,7 +2,7 @@ |
| * Ahoy.js | |
| * Simple, powerful JavaScript analytics | |
| * https://github.com/ankane/ahoy.js | |
| - | * v0.2.0 |
| + | * v0.2.1 |
| * MIT License | |
| */ | |