diff --git a/CHANGES.rst b/CHANGES.rst index 6a82189a..91914e14 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,11 @@ 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.7 +------ + +- New: add support for `BIRD 2.15 `__ and `OpenBGPD 8.4 `__, also added to the integration testing suite. + 1.21.6 ------ diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 4a773c75..ba432f6e 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.6" # pragma: no cover +__version__ = "1.21.7" # pragma: no cover COPYRIGHT_YEAR = 2024 # pragma: no cover