diff --git a/CHANGES.rst b/CHANGES.rst index 6c4bdec5..e8c2430d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Change log .. note:: **Upgrade notes**: after upgrading, run the ``arouteserver setup-templates`` command to sync the local templates with those distributed with the new version. More details on the `Upgrading `__ section of the documentation. +1.21.1 +------ + +- New: add support for `OpenBGPD 8.0 `__, also added to the integration testing suite. + +- New: add early support for BIRD v3 (current release `3.0alpha2 __`), for testing purposes only. + 1.21.0 ------ diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index f1c9ca67..79979d17 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.21.0" # pragma: no cover +__version__ = "1.21.1" # pragma: no cover COPYRIGHT_YEAR = 2023 # pragma: no cover