Skip to content

Commit

Permalink
Merge pull request #487 from readthedocs/release-0.43
Browse files Browse the repository at this point in the history
Release 0.42
  • Loading branch information
ericholscher committed Nov 15, 2021
2 parents 5356701 + 5d4e279 commit e4db96d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@

CHANGELOG
=========

.. The text for the changelog is generated with ``npm run changelog``
.. Then it is formatted and copied into this file.
.. This is included by docs/developer/changelog.rst
Version v0.42.0
---------------

This release adds the ability for advertisers to view old invoices,
and does a few small operations changes.
The most important is being able to rename the Offers database table,
which we plan to do in production to improve database performance.

:date: November 15, 2021

* @ericholscher: These ports were used for me locally, let them be overridden. (#486)
* @ericholscher: Change the offers db_table to give us more space (#485)
* @davidfischer: Enable Stripe billing portal for advertisers (#483)

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

0 comments on commit e4db96d

Please sign in to comment.