diff --git a/debian/changelog b/debian/changelog index 4bbe010..1807173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgresql-metrics (0.3.3) unstable; urgency=low + + * Support cascade replication in get_stats_replication_delays + + -- Richard Mahlberg Fri, 9 Jul 2021 06:25:00 +0000 + postgresql-metrics (0.3.2) unstable; urgency=low * Add metrics for seeing how close the postgres instance is to diff --git a/setup.py b/setup.py index ed45e38..64e64fd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def requirements(f): setup(name='postgresql-metrics', - version='0.3.2', + version='0.3.3', author=u'Hannu Varjoranta', author_email='hannu.varjoranta@spotify.com', url='https://github.com/spotify/postgresql-metrics',