Skip to content

Commit

Permalink
Release v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Oct 23, 2024
1 parent 63e33b3 commit 80fbc82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethical-ad-server",
"version": "5.8.0",
"version": "5.9.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 80fbc82

Please sign in to comment.