Skip to content

Commit

Permalink
Release v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Jan 8, 2025
1 parent 0c126a7 commit 908a2b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v5.13.0
---------------

This release has some minor bug fixes.
The main difference is to add a per-domain report for advertisers
to show more visibility on where their ads are appearing.
We are also switching to UUID7s from UUID4s for the few places we use UUIDs.

:Date: January 8, 2025

* @davidfischer: Fix typo in publisher-placement report (#973)
* @davidfischer: Switch to UUID7s (#971)
* @davidfischer: Advertiser domain report (#968)
* @davidfischer: Only report on domains with 1 view (#967)
* @JasonBarnabe: Geo report should include revenue per country (#962)


Version v5.12.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.12.0",
"version": "5.13.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 908a2b7

Please sign in to comment.