Skip to content

Commit

Permalink
Merge pull request #589 from readthedocs/davidfischer/release-0.53.0
Browse files Browse the repository at this point in the history
Release v0.53.0
  • Loading branch information
davidfischer committed Jun 3, 2022
2 parents 3fb58e3 + c563631 commit 1e278c0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.53.0
---------------

Outside of dependency fixes, this release had two major features.
Firstly, region and topic modeling are moved into the DB.
Flights can target by region or topic.
Secondly, we allow publishers to setup their own house ads.

:date: June 3, 2022

* @davidfischer: Some dependency fixes (#588)
* @davidfischer: Puts the notification settings on the same line (#587)
* @ericholscher: Fix flight list URL (#586)
* @davidfischer: Docs fix for the DATABASES setting (#585)
* @dependabot[bot]: Bump pyjwt from 2.1.0 to 2.4.0 in /requirements (#584)
* @davidfischer: Region & topic modeling (#583)
* @dependabot[bot]: Bump moment from 2.29.1 to 2.29.2 (#563)
* @dependabot[bot]: Bump minimist from 1.2.5 to 1.2.6 (#555)
* @dependabot[bot]: Bump ajv from 6.10.2 to 6.12.6 (#528)
* @dependabot[bot]: Bump node-sass from 4.14.1 to 7.0.0 (#523)


Version v0.52.0
---------------

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

0 comments on commit 1e278c0

Please sign in to comment.