Skip to content

Commit

Permalink
Merge pull request #559 from readthedocs/davidfischer/release-0.49.0
Browse files Browse the repository at this point in the history
Release v0.49.0
  • Loading branch information
davidfischer committed Mar 30, 2022
2 parents 504a239 + d10c8ed commit 1f01432
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@

CHANGELOG
=========

.. The text for the changelog is generated with ``npm run changelog``
.. Then it is formatted and copied into this file.
.. This is included by docs/developer/changelog.rst
Version v0.48.3
Version v0.49.0
---------------

Add a Front email backend, and a couple small depedency upgrades
Add a Front email backend, and a couple small dependency upgrades.
This release also starts displaying the time an add is viewed (view time)
to staff users. Once vetted, this will be shown to advertisers and publishers.

:date: March 30, 2022

* @davidfischer: Fix a pre-commit versioning issue (#557)
* @davidfischer: Send a flight wrapup email (#556)
* @davidfischer: Fix a number of test warnings (#554)
* @davidfischer: Add a form for controlling user notifications (#553)
* @davidfischer: Adds a Front (front.com) email backend (#552)
* @davidfischer: Fix an awkward space (#551)
* @davidfischer: Remove the redirect on the staging server (#550)
* @davidfischer: Release v0.48.2 (#549)
* @davidfischer: Still more Django 3.2 upgrade fixes (#548)
* @davidfischer: Release v0.48.1 (#547)
* @davidfischer: Additional Django 3.2 fixes (#545)
* @ericholscher: Add view_time to AdImpression model (#546)
* @ericholscher: Add a Python data import script (#520)


Version v0.48.2
---------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.48.3",
"version": "0.49.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f01432

Please sign in to comment.