From d5158e6798653b84bfc1605cd300d594000605b2 Mon Sep 17 00:00:00 2001 From: Devin Michael Date: Fri, 4 Sep 2026 17:12:38 +0700 Subject: [PATCH] chore: stamp 0.8 in the changelog The GA4 app changes shipped as Partner-account Release 0.8 on 2026-09-03, but the changelog still filed them under Unreleased. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1a84a..fcdae38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.8] - 2026-09-03 - Google Ads conversions now send the order total as the value (was the tax) and the `AW-` tag is configured by the tracker, so `send_to` can attribute (#2). - The snippet and tracker are gated on a non-empty Measurement ID; a store that only ticks "Enable" no longer loads `gtag/js?id=` (#3). Tracker calls are guarded so a page without the snippet never throws.