Version bump to 1.5.2

Andrew Kane committed Aug 27, 2016
commit 1311d60517645a79df0c1cee0a6b033e9ab19f56
Showing 2 changed files with 5 additions and 1 deletions
CHANGELOG.md +4 -0
@@ @@ -1,3 +1,7 @@
+ ## 1.5.2
+
+ - Better support for Rails 5
+
## 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.1"
+ VERSION = "1.5.2"
end