diff --git a/Makefile b/Makefile index 5c0704c..4595606 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GO=go GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION) GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)" PROGRAM=thalos-server -PROGRAM_VERSION=1.1.1 +PROGRAM_VERSION=1.1.2-rc1 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 8d0d57f..8fa58cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +thalos (1.1.2~rc1) bionic focal jammy; urgency=medium + + * Moved from github.com/eoscanda/eos-go to github.com/pnx/antelope-go library + + -- Henrik Hautakoski Mon, 29 Apr 2024 21:14:34 +0200 + thalos (1.1.1) bionic focal jammy; urgency=medium * Build binaries linked with musl libc for alpine linux.