diff --git a/packaging/debian/changelog b/packaging/debian/changelog index d3d33e3..899a654 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pidtree-bcc (2.1.0) unstable; urgency=medium + + * Dynamically set initial size of net filter maps + + -- Matteo Piano Fri, 11 Mar 2022 05:30:48 -0800 + pidtree-bcc (2.0.2) unstable; urgency=medium * Fix possible "dictionary change during iteration" bug diff --git a/pidtree_bcc/__init__.py b/pidtree_bcc/__init__.py index 668c344..a33997d 100644 --- a/pidtree_bcc/__init__.py +++ b/pidtree_bcc/__init__.py @@ -1 +1 @@ -__version__ = '2.0.2' +__version__ = '2.1.0'