Skip to content

Commit 969a3ed

Browse files
committed
release: bumped version to 0.4.1
1 parent fb61224 commit 969a3ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## Table of Contents
44

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

12+
## v0.4.1
13+
14+
- find_cert() should search in all certs, fixes #139.
15+
- filter_signed_certs() should converts serial to uint32_t before comparison.
16+
- --cert-file-expire-days supports 'd', 'h', 'm', 's' suffixes
17+
1118
## v0.4.0
1219

1320
- Use sodium_malloc() for the DNS query/response buffers

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.0-5.g100b339";
5+
const char *the_version = "0.4.1";
66

77
#endif

0 commit comments

Comments
 (0)