Version bump to 2.0.0

Andrew committed Feb 26, 2018
commit 4ba28e924a391d48ed97434ddeaf319971df6b14
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 2.0.0 [unreleased]
+ ## 2.0.0
- Removed dependency on jQuery
- Use `navigator.sendBeacon` by default in supported browsers
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.6.1"
+ VERSION = "2.0.0"
end