diff --git a/Makefile b/Makefile index 38960d0..0b3fcdb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = antelope-api-healthcheck -export PROGRAM_VERSION = 1.2.6 +export PROGRAM_VERSION = 1.3.0 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index c448c31..f6928ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +antelope-api-healthcheck (1.3.0) unstable; urgency=medium + + Project and binary renamed from eosio-api-healthcheck to antelope-api-healthcheck + + [ BREAKING Change: Config files ] + + * Debian /etc/sysconfig/eosio-api-healthcheck + - File renamed to /etc/sysconfig/antelope-api-healthcheck + - EOSIO_API_HEALTCHECK_OPTS changed to ANTELOPE_API_HEALTCHECK_OPTS + + * FreeBSD /etc/rc.conf + - eosio_api_healthcheck_args changed to antelope_api_healthcheck_args + - eosio_api_healthcheck_logfile changed to antelope_api_healthcheck_logfile + + [ BREAKING Change: API ] + + * Requests using "contract" as api is invalid from + this release and should use "atomic" instead. + + For example: "contract|https://api.domain.com" should be changed to "atomic|https://api.domain.com" + + [ Misc ] + + * Go Packages + - Upgrade github.com/eosswedenorg-go/eosapi to github.com/eosswedenorg-go/leapapi v0.2.0 + + -- Henrik Hautakoski Fri, 25 Nov 2022 12:40:02 +0100 + eosio-api-healthcheck (1.2.6) unstable; urgency=medium * Go Packages