Skip to content

Commit

Permalink
Merge pull request #173 from readthedocs/davidfischer/release-1.9.0
Browse files Browse the repository at this point in the history
Release v1.9.0
  • Loading branch information
davidfischer committed Oct 11, 2023
2 parents 128eb89 + bd2244d commit e973ad3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ CHANGELOG
.. This is included by docs/changelog.rst
Version v1.9.0
--------------

The client will send a placement index for multiple placements
on the same screen.

:date: October 11, 2023

* @davidfischer: Index -> placement_index (#171)
* @davidfischer: Include placement number with ad request (#170)
* @davidfischer: Release update step (#169)


Version v1.8.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion dist/ethicalads.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethicalads.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import verge from "verge";

import "./styles.scss";

const AD_CLIENT_VERSION = "1.8.0"; // Sent with the ad request
const AD_CLIENT_VERSION = "1.9.0"; // Sent with the ad request

// For local testing, set this
// const AD_DECISION_URL = "http://ethicaladserver:5000/api/v1/decision/";
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-client",
"version": "1.8.0",
"version": "1.9.0",
"description": "EthicalAds client",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit e973ad3

Please sign in to comment.