Skip to content

Commit 8a123f9

Browse files
authored
Merge pull request #160 from cofyc/v042
release: bumped version to 0.4.2
2 parents 50d7237 + e5a47c6 commit 8a123f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## Table of Contents
44

5+
* [v0.4.2](#v042)
56
* [v0.4.1](#v041)
67
* [v0.4.0](#v040)
78
* [v0.3.0](#v030)
89
* [v0.2.2](#v022)
910
* [v0.2.1](#v021)
1011
* [v0.2.0](#v020)
1112

13+
## v0.4.2
14+
15+
- Log level of "suspicious query" changed to debug
16+
1217
## v0.4.1
1318

1419
- find_cert() should search in all certs, fixes #139.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#ifndef VERSION_H
33
#define VERSION_H
44

5-
const char *the_version = "0.4.1";
5+
const char *the_version = "0.4.2";
66

77
#endif

0 commit comments

Comments
 (0)