diff --git a/CHANGES.rst b/CHANGES.rst index 37f98439..6bbebce8 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. +v0.12.2 +------- + +- Fix: an issue on OpenBGPD builder class was preventing features offered via large BGP communities only from being actually implemented into the final configuration. + + Related: `issue #11 on GitHub `_. + v0.12.1 ------- diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 977ae201..025a2ce7 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__ = "0.12.1" +__version__ = "0.12.2" COPYRIGHT_YEAR = 2017