diff --git a/Changelog.md b/Changelog.md
index 9fd92d47d7b60081c9d5c9b8e3b13f5ac1afc015..3942962741008f66708123693715f5b0a62a600a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.45] - 2020-06-05
+- DBOARD3-242: use cached netconf/snmp data when router is unavailable
+- use celery events rather than status for logging errors & warnings
+- added a monitoring process and api for exposing event messages
+
 ## [0.44] - 2020-06-03
 - DBOARD3-284: accomodate IMS API updates
 - DBOARD3-271: added customer-user weeding
diff --git a/setup.py b/setup.py
index 58be9cbf2bb693d9f1c731df938b11afe8a2c3fb..a975d4f998a7526e50b4e1d6c55d0016448bc55e 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='inventory-provider',
-    version="0.45",
+    version="0.46",
     author='GEANT',
     author_email='swd@geant.org',
     description='Dashboard inventory provider',