diff --git a/changelog.md b/changelog.md index 4d8c33ee2ae625eb6f714520138ab2b1a869bfdd..c443581c36e55c1cffce4cb77d85af57190714af 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.9] - 2021-04-12 +- Show GEANT logo on home dashboards for non-staff organizations +- Remove hardcoded database name from lab dashboard +- Properly exclude a number of dashboards and folders +- Add PIONIER alias of PSNC to exclude + ## [0.8] - 2021-04-09 - Templated home dashboard to provision different one for each organization - Add interface names to aggregate graph target aliases diff --git a/setup.py b/setup.py index 1767e49655d3a3d0320019eea8059f4562c2f32b..14920994748614747ff20a78b3805dd25b50f7f9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.9", + version="0.10", author='GEANT', author_email='swd@geant.org', description='',