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()