1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Version 1.4.6

This commit is contained in:
Henrik Hautakoski 2023-07-25 17:31:03 +02:00
parent e461d20125
commit eaeec1645d
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 9 additions and 1 deletions

View file

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

8
debian/changelog vendored
View file

@ -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 <henrik@eossweden.org> Tue, 25 Jul 2023 17:28:29 +0200
antelope-api-healthcheck (1.4.5) unstable; urgency=medium
Maintenance release, dependancies updates.