From 2c394a9482a70792b1966699e1c5ee2e1090e2da Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 24 Oct 2023 12:05:39 +0200 Subject: [PATCH] 2023-10-24 version 0.9.5 - FIX: logs to stderr if DOCKER_RUNNING in environment (#426) - FIX: typo in help descriptions (#423) - NEW: Updated Google Timeline Import script (#407) - UPD: Improve GPX-Import (#413) - FIX: Table of Locations sorting issue (#415) --- Changelog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index edc5802..7322a26 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ + +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) diff --git a/version.h b/version.h index 80d0c02..b2a00aa 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.4" +#define VERSION "0.9.5"