diff --git a/debian/changelog b/debian/changelog index 744aa81..0fa09c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgresql-metrics (0.3.1) unstable; urgency=low + + * Make `sec-since-oldest-xact-start` metric database-specific + * Fix building issue with psycopg2 + + -- Volodymyr Pavlenko Thu, 25 Feb 2021 10:25:00 +0000 + postgresql-metrics (0.3.0) unstable; urgency=low * Fix for PostgreSQL versions >= 10 diff --git a/setup.py b/setup.py index ae853ef..acd8326 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def requirements(f): setup(name='postgresql-metrics', - version='0.3.0', + version='0.3.1', author=u'Hannu Varjoranta', author_email='hannu.varjoranta@spotify.com', url='https://github.com/spotify/postgresql-metrics',