Version bump to 1.3.1

Andrew Kane committed Mar 23, 2016
commit 0ce402a227c26a1edcdc521d0fe88e3710dc9def
Showing 2 changed files with 6 additions and 1 deletions
CHANGELOG.md +5 -0
@@ @@ -1,3 +1,8 @@
+ ## 1.3.1
+
+ - Fixed issue with log silencer
+ - Raise errors in test environment
+
## 1.3.0
- Added throttling
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
end