Skip to content

Commit

Permalink
Merge pull request #204 from readthedocs/davidfischer/release-0.3.2
Browse files Browse the repository at this point in the history
Release v0.3.2
  • Loading branch information
davidfischer committed Jul 28, 2020
2 parents ab45c5d + 07e25ce commit e110504
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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/developer/changelog.rst
Version v0.3.2
--------------

:Date: July 28, 2020

This is a minor release that just changes some cookie settings
to have shorter CSRF cookies and send them in fewer contexts.
It also allows the link for an advertiser's ad to contain variables.

* @davidfischer: Allow simple variables in Advertisement.link (#201)
* @davidfischer: CSRF Cookie tweaks (#196)


Version v0.3.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.3.1",
"version": "0.3.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e110504

Please sign in to comment.