Version bump to 1.5.1

Andrew Kane committed Aug 19, 2016
commit 7acfb3f9e12e4e1c04ce713d3b0943e60ec78d4d
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 1.5.1 [unreleased]
+ ## 1.5.1
- Restored throttling after removing side effects
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.5.0"
+ VERSION = "1.5.1"
end