diff --git a/changelog b/changelog
index f3be352ff9992986c0b74fa3a1a570152f6b87f5..6fe9ef386da6a0410c22b0f11afc08cf79039948 100644
--- a/changelog
+++ b/changelog
@@ -1 +1,2 @@
 0.1: initial skeleton
+0.2: use celery for task management
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 7bd7ee5d2dc6631242a2e80c7ba373fe9655adb1..478b13ec8fadcc982eb73c70d9c350f046c691a7 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='inventory-provider',
-    version="0.2",
+    version="0.3",
     author='GEANT',
     author_email='swd@geant.org',
     description='Dashboard inventory provider',