We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50d7237 + e5a47c6 commit 8a123f9Copy full SHA for 8a123f9
CHANGELOG.md
@@ -2,13 +2,18 @@
2
3
## Table of Contents
4
5
+* [v0.4.2](#v042)
6
* [v0.4.1](#v041)
7
* [v0.4.0](#v040)
8
* [v0.3.0](#v030)
9
* [v0.2.2](#v022)
10
* [v0.2.1](#v021)
11
* [v0.2.0](#v020)
12
13
+## v0.4.2
14
+
15
+- Log level of "suspicious query" changed to debug
16
17
## v0.4.1
18
19
- find_cert() should search in all certs, fixes #139.
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
0 commit comments