From 83d7154c4b9045dfd6ba4443dbbbff2f9cc6d693 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Wed, 10 Jul 2024 13:57:08 -0700 Subject: [PATCH] Release v5.5.0 --- CHANGELOG.rst | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 04805379..d8abc48b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,18 @@ CHANGELOG .. Then it is formatted and copied into this file. .. This is included by docs/developer/changelog.rst +Version v5.5.0 +-------------- + +This change adds an image uploading resizer, and implements support in ad targeting for niche targeting. + + * @davidfischer: Add the ad destination domain to template context (#888) + * @davidfischer: Add a crop/resize widget for uploading ads (#887) + * @davidfischer: Improve image uploading (#886) + * @ericholscher: Clarify copy around payouts (#885) + * @ericholscher: Handle all requirements with pip-tools (#884) + * @ericholscher: Add support for niche targeting (#865) + Version v5.4.0 -------------- diff --git a/package.json b/package.json index aecd15e6..9de43b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethical-ad-server", - "version": "5.4.0", + "version": "5.5.0", "description": "", "main": "index.js", "engines": {