diff --git a/CHANGES.rst b/CHANGES.rst index 6265d2c2..be2cbdbf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,10 @@ 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. -next release ------------- +1.11.0 +------ + +- New: add support for `OpenBGPD 7.2 `__, also added to the integration testing suite (portable edition only). - Improvement: better handling of IRRd query failures. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 8e95b613..36906aaf 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.11.0-alpha1" # pragma: no cover +__version__ = "1.11.0" # pragma: no cover COPYRIGHT_YEAR = 2021 # pragma: no cover