Version bump to 2.0.1

Andrew committed Feb 27, 2018
commit 1368c36adf96386fab4d920b5c017d799b1e9d17
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 2.0.1 [unreleased]
+ ## 2.0.1
- Added `Ahoy.server_side_visits = :when_needed` to automatically create visits server-side when needed for events and `visitable`
- Better handling of visit duration and expiration in JavaScript
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
end