diff --git a/Makefile b/Makefile index 0b3fcdb..b921c97 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = antelope-api-healthcheck -export PROGRAM_VERSION = 1.3.0 +export PROGRAM_VERSION = 1.3.1 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index f6928ee..71ec4f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +antelope-api-healthcheck (1.3.1) unstable; urgency=medium + + * Upgraded to github.com/eosswedenorg-go/leapapi@v0.2.1 + That contains a bugfix for HTTP Host Header being sent without port. + This caused some antelope api's with `http-validate-host` enabled + to respond with `400 Bad Request` as the header and url did not match. + + -- Henrik Hautakoski Mon, 12 Dec 2022 16:19:26 +0100 + antelope-api-healthcheck (1.3.0) unstable; urgency=medium Project and binary renamed from eosio-api-healthcheck to antelope-api-healthcheck