Skip to content

Commit 6303b21

Browse files
author
Lars Brillert
committed
cutting 0.4.0 release
1 parent d64c22d commit 6303b21

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# 0.4.0 (master, unreleased)
1+
# master
2+
3+
# 0.4.0
24

35
* [BUGFIX] store event objects as hashes so they can be safely serialized using JSON (default since rails 4.1) #13
4-
* added support for Criteo #17
56
* added support for Google Analytics User ID feature #15
7+
* added support for Google adwords conversion #24
68
* added support for Google Tag Manager feature #29
9+
* added support for Google Analytics custom metrics and parameters #31 (thx @mnin)
10+
* added support for Google Enhanced Ecommerce #32 (thx @mnin)
711

812
# 0.3.0
913

lib/rack/tracker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rack
22
class Tracker
3-
VERSION = '0.3.0'
3+
VERSION = '0.4.0'
44
end
55
end

0 commit comments

Comments
 (0)