Skip to content

Commit

Permalink
Merge pull request #626 from readthedocs/davidfischer/release-1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
davidfischer committed Aug 11, 2022
2 parents 4a29e3d + 8902a84 commit 0267d55
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v1.1.0
---------------

This release had a number of small changes such as some additional security logging,
moving some reports to Metabase for performance purposes,
and the ability to authorize users for publishers.

:date: August 11, 2022

* @davidfischer: Enable recording additional publisher details (#624)
* @davidfischer: Log some client mismatches to the security logger (#623)
* @davidfischer: Update User Agent detection (#622)
* @davidfischer: Offload the advertiser geo report to metabase (#621)
* @davidfischer: Move advertiser overview mostly to metabase (#620)
* @davidfischer: Changes the name for new publisher house ads accounts (#619)
* @davidfischer: Allow the ad server docs to force a specific ad (#618)
* @davidfischer: Limit the model input to 100k characters (#617)
* @davidfischer: Add a screen for authorized users for a publisher (#613)


Version v1.0.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": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0267d55

Please sign in to comment.