diff --git a/Makefile b/Makefile index 167783f..8efdb19 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = antelope-api-healthcheck -export PROGRAM_VERSION = 1.4.4 +export PROGRAM_VERSION = 1.4.5 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index 21805b7..ce6adce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +antelope-api-healthcheck (1.4.5) unstable; urgency=medium + + Maintenance release, dependancies updates. + + * Go Packages + - Update github.com/panjf2000/gnet/v2 from 2.2.6 to 2.2.9 + - Update github.com/stretchr/testify from 1.8.2 to 1.8.3 + + -- Henrik Hautakoski Tue, 23 May 2023 17:19:42 +0200 + antelope-api-healthcheck (1.4.4) unstable; urgency=medium [ Security ]