diff --git a/changelog b/changelog
index 5ecd404228afe48fcd6d5fc997a9a1a25936620e..c2891b4f8c49c97607dea1713160f957295e5f44 100644
--- a/changelog
+++ b/changelog
@@ -17,4 +17,5 @@
 0.14: added sample route for startup-only tasks
       added method for caching selected alarmsdb tables
       added caching of last known interface status from alarmsdb
-0.15<in progress>: added some routes for initial classifier support
+0.15: added some routes for initial classifier support
+      added basic replacement for findAffectedCircuits
\ No newline at end of file
diff --git a/setup.py b/setup.py
index fd7d16bf8508369e6fc9cce9803c83911e6a5b51..0df9fd0f8e29a02c536d99b6cdae6ccecca33f7e 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='inventory-provider',
-    version="0.15",
+    version="0.16",
     author='GEANT',
     author_email='swd@geant.org',
     description='Dashboard inventory provider',