Skip to content

Commit

Permalink
Merge pull request #720 from readthedocs/davidfischer/release-v1.12.0
Browse files Browse the repository at this point in the history
Release v1.12.0
  • Loading branch information
davidfischer committed Mar 7, 2023
2 parents 700faa7 + 1f592cb commit f28d21d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v1.12.0
---------------

The migration in this release just adds precision to daily aggregation tables.
We simplified the CTR weighting introduced in v1.11.0 that prioritizes ads.
We made a UX-only change to make disabled ads very obvious.

:date: March 7, 2023

* @davidfischer: Make disabled ads more obvious (#719)
* @davidfischer: Reduce and simplify CTR weighting (#718)
* @davidfischer: Add more precision to the optimized daily tables (#717)


Version v1.11.0
---------------

Expand All @@ -18,6 +32,8 @@ We also added an experimental feature around automatically prioritizing
the ads within a flight. With the option enabled (default is off),
higher CTR ads will be shown at a higher rate.

:date: March 1, 2023

* @davidfischer: Don't link to expired invoices (#715)
* @davidfischer: VSCode complains about #region comment (#714)
* @davidfischer: Prioritize ads with higher CTR (#713)
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.11.0",
"version": "1.12.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit f28d21d

Please sign in to comment.