diff --git a/ChangeLog b/ChangeLog index c0613a4..811da4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ CHANGES ======= +0.9.3 +----- + +* RELEASE 0.9.3 version +* Adjust docstring of a method +* Set thread name for the Prometheus exporter +* Customize the interval that Prometheus exporters runs +* Make sure the process shutdowns cleanly + 0.9.2 ----- diff --git a/anycast_healthchecker/__init__.py b/anycast_healthchecker/__init__.py index 061a1c3..bff192c 100644 --- a/anycast_healthchecker/__init__.py +++ b/anycast_healthchecker/__init__.py @@ -4,7 +4,7 @@ __title__ = 'anycast_healthchecker' __author__ = 'Pavlos Parissis' __license__ = 'Apache 2.0' -__version__ = '0.9.2' +__version__ = '0.9.3' __copyright__ = 'Copyright 2015-2023 Pavlos Parissis' PROGRAM_NAME = __title__.replace('_', '-')