diff --git a/CHANGES.rst b/CHANGES.rst index 8ec3027e..07bf48e1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,19 @@ 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.4 +------ + +- Fix: ``irr-as-set`` command, omit AS-SETs having a source different from the target registry. + + The list of members used to build the IRR object no longer includes client's AS-SETs if their origin does not match the registry for which the object is being created. + + See also `GitHub issue 126 `__. + +- Improvement: ``irr-as-set`` command, ``--include-members`` and ``--exclude-members`` options. + + Add options to the command that allow the operator to include/exclude AS-SETs from the members list of the object being generated. + 1.21.3 ------ diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index e56060c6..c2033db4 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.3" # pragma: no cover +__version__ = "1.21.4" # pragma: no cover COPYRIGHT_YEAR = 2023 # pragma: no cover