Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Mar 1, 2024
1 parent 5f2ae2e commit 83d57a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down

0 comments on commit 83d57a0

Please sign in to comment.