diff --git a/Changelog.md b/Changelog.md
index 5ec0981700c6ef538ad9aec0acfc092c75c859d1..853920da13387fff19262ec1e1296afe7d4688f7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,10 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.86] - 2022-03-22
+- POL1-552: neteng pop api
+- POL1-571: poller/interfaces cache bug fix
+
 ## [0.85] - 2022-03-15
 - POL1-569: return all services by default for BRIAN, not only monitored
 
diff --git a/setup.py b/setup.py
index 9508ab83c38fddb17b8ce8db5c5fdcb6925aae00..18298bf079a54b48149f54e4d248dc6eedfcfc79 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='inventory-provider',
-    version="0.86",
+    version="0.87",
     author='GEANT',
     author_email='swd@geant.org',
     description='Dashboard inventory provider',