From d468cba30535aa9fa02eec01cb27ae51ae335ebc Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 10 Mar 2020 22:05:35 +0100 Subject: [PATCH] 2020-03-10 version 0.8.6 - FIX: default views directory results in view not found (#338) --- Changelog | 3 +++ version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 365f288..9bfc09f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2020-03-10 version 0.8.6 +- FIX: default views directory results in view not found (#338) + 2020-03-09 version 0.8.5 - FIX: OTR_CAPATH wasn't recognized in defaults (#336) - UPD: support for Debian 10 (Buster) packages diff --git a/version.h b/version.h index 041ffa5..07da39c 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.8.5" +#define VERSION "0.8.6"