Version bump to 1.4.0

Andrew Kane committed Mar 23, 2016
commit 0ac6f8aaf42f2dad01159c7f302f89ef530f69ab
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 1.4.0 [unreleased]
+ ## 1.4.0
- Use `ActiveRecordTokenStore` by default (integer instead of uuid for id)
- Detect database for `rails g ahoy:stores:active_record` for easier installation
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.3.1"
+ VERSION = "1.4.0"
end