1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

Version 1.4.5

This commit is contained in:
Henrik Hautakoski 2023-05-23 17:23:25 +02:00
parent d253128d6d
commit dd76ae2b19
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 11 additions and 1 deletions

View file

@ -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

10
debian/changelog vendored
View file

@ -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 <henrik@eossweden.org> Tue, 23 May 2023 17:19:42 +0200
antelope-api-healthcheck (1.4.4) unstable; urgency=medium
[ Security ]