From da28a689435afbabac4d33bd8dcea5e1f5754e40 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 13 Oct 2022 14:40:25 +0200 Subject: [PATCH] Version 1.2.4 --- Makefile | 2 +- debian/changelog | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dce30c5..38193a2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = eosio-api-healthcheck -export PROGRAM_VERSION = 1.2.3 +export PROGRAM_VERSION = 1.2.4 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index d0c5de8..80a9c74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +eosio-api-healthcheck (1.2.4) unstable; urgency=medium + + * Go Version + - Project now requires golang v1.16 or later to build. + + * Go Packages + - Upgrade github.com/eosswedenorg-go/pid to v1.0.1 + - Upgrade github.com/mattn/go-colorable to v0.1.13 + - Upgrade github.com/eosswedenorg-go/eosapi to v0.1.1 + - Upgrade github.com/eosswedenorg-go/eos-contract-api-client to v0.0.0-20220221105418-dc591fcc0dc5 + - Upgrade github.com/eosswedenorg-go/tcp_server to v0.2.0 + + * Testing + - Improve unit tests to catch more bugs. + + -- Henrik Hautakoski Thu, 13 Oct 2022 14:34:04 +0200 + eosio-api-healthcheck (1.2.3) bionic; urgency=medium * Signal handling