diff --git a/Makefile b/Makefile index 79ba0ca..056ee9c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO=go GOBUILDFLAGS=-v -ldflags="-v -s -w -X main.VersionString=$(PROGRAM_VERSION)" PROGRAM=thalos-server -PROGRAM_VERSION=0.1.1 +PROGRAM_VERSION=0.1.2 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index f6a6bb8..276c2f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +thalos (0.1.2) bionic focal jammy; urgency=medium + + * API: Adding receipt to ActionTrace. + * Update redis package to v9 + * Adding thalos-tools program with benchmark and validate tools. + + -- Henrik Hautakoski Thu, 15 Jun 2023 12:08:57 +0200 + thalos-server (0.1.1) bionic focal jammy; urgency=medium * Backoff algorithm when reconnecting