diff --git a/Makefile b/Makefile index c69ebab..1637057 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.0-rc2 +PROGRAM_VERSION=1.1.0 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index b156561..89e0c9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +thalos (1.1.0) bionic focal jammy; urgency=medium + + * Adding `ActionTrace.FirstReceiver` flag, that is `true` + only if receiver is the same as contract name. + + -- Henrik Hautakoski Fri, 01 Mar 2024 16:41:25 +0100 + thalos (1.1.0~rc2) bionic focal jammy; urgency=medium * Adding `log.file_timestamp_format` config field