From 68cee3bb5d55de3f075350ca943446810a3e4e81 Mon Sep 17 00:00:00 2001 From: Michael Parlato Date: Fri, 29 May 2020 09:09:25 -0400 Subject: [PATCH] doubleclick-floodlight release 1.5.2 --- integrations/doubleclick-floodlight/HISTORY.md | 6 ++++++ integrations/doubleclick-floodlight/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/integrations/doubleclick-floodlight/HISTORY.md b/integrations/doubleclick-floodlight/HISTORY.md index 13029008e..c2e608d49 100644 --- a/integrations/doubleclick-floodlight/HISTORY.md +++ b/integrations/doubleclick-floodlight/HISTORY.md @@ -1,3 +1,9 @@ +1.5.2 / 2020-05-29 +================== + + * Migrate away from the partner hosted match table in favor of a Google hosted match table + * Send hosted match id + 1.5.1 / 2020-04-16 ================== diff --git a/integrations/doubleclick-floodlight/package.json b/integrations/doubleclick-floodlight/package.json index 34f1607b6..9da324488 100644 --- a/integrations/doubleclick-floodlight/package.json +++ b/integrations/doubleclick-floodlight/package.json @@ -1,7 +1,7 @@ { "name": "@segment/analytics.js-integration-doubleclick-floodlight", "description": "The DoubleClick Floodlight analytics.js integration.", - "version": "1.5.1", + "version": "1.5.2", "keywords": [ "analytics.js", "analytics.js-integration",