We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084ab75 commit 210be9fCopy full SHA for 210be9f
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 1.4.0
2
+
3
+ * [ENHANCEMENT] welcome Hotjar! #90
4
+ * [ENHANCEMENT] experimental turbolinks option for Google Tag manager #88
5
+ * small refactorings
6
+ * benchmark setup
7
8
+# 1.3.1
9
10
+ * [BUGFIX] google tag manager now supports body/head tags with attributes #86
11
12
# 1.3.0
13
14
* Added handler multiposition support which fixes #80 and
lib/rack/tracker/version.rb
@@ -1,5 +1,5 @@
module Rack
class Tracker
- VERSION = '1.3.3'
+ VERSION = '1.4.0'
end
0 commit comments