From 6da433dc4d68ff33d59fc16dda78643317849de1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 22 Jan 2024 14:47:56 +0100 Subject: [PATCH] Version 0.3.1 --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8178f0..1bedf74 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=0.3.0 +PROGRAM_VERSION=0.3.1 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 53c240a..2701dcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +thalos (0.3.1) bionic focal jammy; urgency=medium + + * Bug: fix incorrect log path in debian packages. + * Improved install.sh script. + + -- Henrik Hautakoski Mon, 22 Jan 2024 14:46:48 +0100 + thalos (0.3.0) bionic focal jammy; urgency=medium * Feature: Table Delta message (issue https://github.com/eosswedenorg/thalos/issues/31)