From 80fbc82b50962885dd8d97dfbe281ec2f6354151 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Wed, 23 Oct 2024 14:05:23 -0700 Subject: [PATCH] Release v5.8.0 --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1bd58779..a5643abd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,30 @@ CHANGELOG .. Then it is formatted and copied into this file. .. This is included by docs/developer/changelog.rst + +Version v5.9.0 +-------------- + +This release added a data aggregation for rotated ads, +it also added a new exportable report for advertisers to get performance +for all of their specific ads over a time period. +This version also updated many dependency versions. +Specifically Celery was having some stability issues with the previous version (5.4) + +:Date: October 23, 2024 + + * @davidfischer: Build an aggregation for ad rotations (#928) + * @davidfischer: Celery upgrade to v5.5rc (#927) + * @dependabot[bot]: Bump starlette from 0.39.2 to 0.40.0 in /requirements (#926) + * @github-actions[bot]: Dependencies: all packages updated via pip-tools (#925) + * @davidfischer: Remove simple history change reason (#924) + * @davidfischer: Per ad per day advertiser table/export (#921) + * @ericholscher: fix pip tools (#920) + * @ericholscher: Migrate JSONField to Django builtin JSONField (#919) + * @dependabot[bot]: Bump bootstrap from 4.6.2 to 5.0.0 (#918) + * @dependabot[bot]: Bump webpack from 5.90.1 to 5.94.0 (#908) + + Version v5.8.0 -------------- diff --git a/package.json b/package.json index d5c90ac6..15c1806a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethical-ad-server", - "version": "5.8.0", + "version": "5.9.0", "description": "", "main": "index.js", "engines": {