diff --git a/changelog.md b/changelog.md index f9bafb446be11885a85a10a7b74e0802e689d004..e720b6e32219f4d086a41a1beb5958e624f9b0e3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.17] - 2021-08-23 +- [POL1-482] to [POL1-484] - Moved dashboard grouping logic to inventory provider to make it easier to look up where interfaces should be in BRIAN. +- [POL1-479] (follows from the above) add LAG and SRV_L3VPN to R&E Peers dashboard +- Update folder names to be more understandable (RE CUST -> RE Customer) + ## [0.16] - 2021-07-13 - Add GWS Direct/Indirect graphs + related changes - Improve request logging for easier debugging diff --git a/setup.py b/setup.py index 8576608c58d2465153ade4d778edfd809a578f5e..f4d7c5bed363b4ba09eecdd699160463d5bbf855 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.17", + version="0.18", author='GEANT', author_email='swd@geant.org', description='',