From e5a47c6742bd7ec60c99e64ca28435630bd4423f Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Sat, 8 Dec 2018 16:32:13 +0800 Subject: [PATCH] release: bumped version to 0.4.2 --- CHANGELOG.md | 5 +++++ version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e154d8..27d0db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Table of Contents +* [v0.4.2](#v042) * [v0.4.1](#v041) * [v0.4.0](#v040) * [v0.3.0](#v030) @@ -9,6 +10,10 @@ * [v0.2.1](#v021) * [v0.2.0](#v020) +## v0.4.2 + +- Log level of "suspicious query" changed to debug + ## v0.4.1 - find_cert() should search in all certs, fixes #139. diff --git a/version.h b/version.h index 0e7b88a..7abea08 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,6 @@ #ifndef VERSION_H #define VERSION_H -const char *the_version = "0.4.1"; +const char *the_version = "0.4.2"; #endif