Skip to content

Commit

Permalink
Merge pull request #200 from readthedocs/davidfischer/release-0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
davidfischer committed Jul 23, 2020
2 parents b0a5d9d + 113b712 commit 9480fed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.3.1
--------------

:Date: July 23, 2020

This is mostly a bugfix release and contains some slight operations tweaks.
The biggest change is to allow mobile targeting or excluding mobile traffic.

* @davidfischer: Fix a secondary check on geo-targeting (#199)
* @davidfischer: Optimization to choose a flight with live ads (#198)
* @davidfischer: Add a link to the privacy policy (#197)
* @davidfischer: Remove request logging (#193)
* @davidfischer: Allow targeting mobile or non-mobile traffic (#192)
* @dependabot[bot]: Bump lodash from 4.17.15 to 4.17.19 (#190)
* @davidfischer: Flight targeting to include/exclude mobile traffic (#188)


Version v0.3.0
--------------

Expand All @@ -15,9 +32,6 @@ The major change in this version is the Stripe integration which allows tying
advertisers to a Stripe customer ID and the automated creation of invoices
(they're created as drafts for now) through the admin interface.

Changes since the previous version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* @ericholscher: Order the Ad admin by created date, not slug (#187)
* @davidfischer: Use Django dev for Intersphinx (#186)
* @davidfischer: Stripe integration (#185)
Expand Down
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.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9480fed

Please sign in to comment.