Skip to content

Commit

Permalink
Merge pull request #308 from readthedocs/davidfischer/release-0.18.1
Browse files Browse the repository at this point in the history
Release v0.18.1
  • Loading branch information
davidfischer committed Jan 19, 2021
2 parents 68452af + 2bd65b2 commit 7822ba5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.18.1
---------------

This change included just a new constraint to prevent a DB race condition.
Depending on your database, you may need to remove some records to apply the constraint.
See the migration file for a query to get the records that need to be removed.

:date: January 19, 2021

* @davidfischer: Add a null offer constraint (#306)


Version v0.18.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": "0.18.0",
"version": "0.18.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7822ba5

Please sign in to comment.