From 9a1ff842c107cd9448905b84429525ccb9ae7606 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 25 Jul 2024 12:49:01 +0000 Subject: [PATCH] Release 0.98.3 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index ddaf4ac918..9e720b7400 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.98.3 +-------------- + +- GA4 Data Layer Push for purchase events (#2246) + Version 0.98.2 (Released July 25, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index fa4c047222..ff46778ee6 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.98.2" +VERSION = "0.98.3" log = logging.getLogger()