From 83d57a09c4510890fa1d41f3cacf18be00a36eb9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 1 Mar 2024 16:46:22 +0100 Subject: [PATCH] Version 1.1.0 --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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