diff --git a/Makefile b/Makefile index 38193a2..3674361 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = eosio-api-healthcheck -export PROGRAM_VERSION = 1.2.4 +export PROGRAM_VERSION = 1.2.5 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index 80a9c74..73c262b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +eosio-api-healthcheck (1.2.5) unstable; urgency=medium + + * Logging + - Add runtime support via "--log-format" cli flag to change the logging format. + Supported formats are: term, logfmt, json, json-pretty + + -- Henrik Hautakoski Fri, 21 Oct 2022 13:42:23 +0200 + eosio-api-healthcheck (1.2.4) unstable; urgency=medium * Go Version