Skip to content

Commit

Permalink
Merge pull request #612 from readthedocs/davidfischer/release-0.55.0
Browse files Browse the repository at this point in the history
Release v0.55.0
  • Loading branch information
davidfischer committed Jul 18, 2022
2 parents 2f80724 + 90fde49 commit 779769f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +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.55.0
---------------

The large change in this release is to add a machine learning
topic classifier that uses a custom trained model.
This release also contained minor dependency updates and bugfixes.

:date: July 18, 2022

* @ericholscher: Fix archive_offers db code (#611)
* @davidfischer: Add the topic classifier backend (#609)
* @dependabot[bot]: Bump django from 3.2.13 to 3.2.14 in /requirements (#607)
* @davidfischer: Downgrade mismatched client log to debug (#606)
* @davidfischer: Fix multi topic targeting bug (#605)
* @ericholscher: Fix email going to advertisers (#604)
* @ericholscher: Add a comment that explains what to do when swapping the offers table (#603)
* @ericholscher: Add initial ML experimentation (#597)


Version v0.54.1
---------------

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

0 comments on commit 779769f

Please sign in to comment.