diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 598d731..8d4a8ea 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +pidtree-bcc (2.5.0) unstable; urgency=medium + + * Support selecting events from specific containers + + -- Matteo Piano Thu, 07 Nov 2024 02:18:36 -0800 + pidtree-bcc (2.4.1) unstable; urgency=medium * Fix shutdown behaviour of remote config fetcher diff --git a/pidtree_bcc/__init__.py b/pidtree_bcc/__init__.py index 5cd7abf..e59b17b 100644 --- a/pidtree_bcc/__init__.py +++ b/pidtree_bcc/__init__.py @@ -1 +1 @@ -__version__ = '2.4.1' +__version__ = '2.5.0'