From 7ea87dd5616e173fdf5dce2e030af051be79e2c9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 1 Mar 2016 08:45:54 +0000 Subject: Release 1.7 --- CHANGELOG | 7 +++++++ prometheus_pgbouncer_exporter/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e8d014a..38f78dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +prometheus-pgbouncer-exporter (1.7) + + * Include the port setting in the example configuration file + * Add note in the README about authentication + + -- Christopher Baines Tue, 01 Mar 2016 08:45:45 +0000 + prometheus-pgbouncer-exporter (1.6) * Make the pgbouncer host configurable diff --git a/prometheus_pgbouncer_exporter/__init__.py b/prometheus_pgbouncer_exporter/__init__.py index 1ab0f46..45b81bf 100644 --- a/prometheus_pgbouncer_exporter/__init__.py +++ b/prometheus_pgbouncer_exporter/__init__.py @@ -1,3 +1,3 @@ __ver_major__ = 1 -__ver_minor__ = 6 +__ver_minor__ = 7 __version__ = "%d.%d" % (__ver_major__, __ver_minor__) -- cgit v1.2.3