Version bump to 1.2.1

Andrew Kane committed Aug 14, 2015
commit 9d4771b8957f6d4faed1b6cc5568135ac2d0b42b
Showing 2 changed files with 2 additions and 2 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 1.2.1 [unreleased]
+ ## 1.2.1
- Fixed `SystemStackError: stack level too deep` when used with `activerecord-session_store`
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end