From 64a99a16f9bf81cd508074ca9c98c4a1bb71d128 Mon Sep 17 00:00:00 2001 From: Matteo Piano Date: Tue, 27 Oct 2020 10:26:45 -0700 Subject: [PATCH] Release 1.2.0 --- packaging/debian/changelog | 7 +++++++ pidtree_bcc/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index b7aa0e6..5da5c74 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,10 @@ +pidtree-bcc (1.2.0) unstable; urgency=medium + + * Added snapshot functionality to net_listen probe + * Added capability to load probes and plugins from external packages + + -- Matteo Piano Tue, 27 Oct 2020 10:25:50 -0700 + pidtree-bcc (1.1.0) unstable; urgency=medium * Added probe for network listen events diff --git a/pidtree_bcc/__init__.py b/pidtree_bcc/__init__.py index 1a72d32..58d478a 100644 --- a/pidtree_bcc/__init__.py +++ b/pidtree_bcc/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'