Version bump to 1.6.0

Andrew Kane committed May 01, 2017
commit 33ff2979b334852ed9517843e3cfd590888ff120
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 1.6.0 [unreleased]
+ ## 1.6.0
- Added support for Rails 5.1
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.5.5"
+ VERSION = "1.6.0"
end