From 493557d0f5054df1d3cfaeaec4b9f7269f4c2021 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 24 Oct 2023 15:44:06 +0200 Subject: [PATCH] 2023-10-24 version 0.9.6 - FIX: debian packaging --- Changelog | 5 ++++- version.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7322a26..a4c3d72 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,10 @@ +2023-10-24 version 0.9.6 +- FIX: debian packaging + + 2023-10-24 version 0.9.5 -2023-10-24 version 0.9.4 - FIX: logs to stderr if DOCKER_RUNNING in environment (#426) - FIX: typo in help descriptions (#423) - NEW: Updated Google Timeline Import script (#407) diff --git a/version.h b/version.h index b2a00aa..db1b186 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.5" +#define VERSION "0.9.6"