From eaeec1645dc8784dfa999cb07d624abdbad812ae Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 25 Jul 2023 17:31:03 +0200 Subject: [PATCH] Version 1.4.6 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8efdb19..2893a52 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = antelope-api-healthcheck -export PROGRAM_VERSION = 1.4.5 +export PROGRAM_VERSION = 1.4.6 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index ce6adce..935c28e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +antelope-api-healthcheck (1.4.6) unstable; urgency=medium + + * Go Packages + - Update github.com/panjf2000/gnet/v2 from 2.2.9 to 2.3.1 + - Update github.com/stretchr/testify from 1.8.3 to 1.8.4 + + -- Henrik Hautakoski Tue, 25 Jul 2023 17:28:29 +0200 + antelope-api-healthcheck (1.4.5) unstable; urgency=medium Maintenance release, dependancies updates.