diff --git a/HISTORY.rst b/HISTORY.rst index 4e91cf83..b397e65a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,21 @@ +v20211206 +~~~~~~~~~ + +**Bugfixes** + +The GitHub token used by the bot could be leaked into GitHub comments on pull requests +in some circumstances. Please upgrade and rotate tokens. + +**Features** + +- Add "/ocabot migration" command, to link a PR to the migration issue and set the + milestone. (`#97 `_) +- Added support for Odoo 15 (via a setuptools-odoo and maintainer-tools update). (`#156 `_) + +**Other** + +- Improved layer caching in the Dockerfile + 20210813 ~~~~~~~~ diff --git a/newsfragments/97.features b/newsfragments/97.features deleted file mode 100644 index 2b09e863..00000000 --- a/newsfragments/97.features +++ /dev/null @@ -1,2 +0,0 @@ -Add "/ocabot migration" command, to link a PR to the migration issue and set the -milestone.