Skip to content

Commit 68e1faf

Browse files
committed
Release version 5.1.0
1 parent 7d46fb2 commit 68e1faf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
All notable changes to this project will be documented in this file.
66

7-
## Unreleased
7+
## 5.1.0 (2022-07-17)
88

99
### Enhancements
1010

1111
- Added heuristic to detect maliciously added unsigned headers (#102).
12-
- Warn about unsigned headers that are recommended to be signed (#102, #277).
12+
- Configurable option to warn about unsigned headers that are recommended to be signed (#102, #277).
1313
- Improved theming of header icon in Thunderbird 102.
1414
- Authentication-Results header: Prefer to show failure results that include a reason and are related to the sending domain (#247).
1515

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"manifest_version": 2,
33
"name": "__MSG_about_name__",
44
"description": "__MSG_about_summary__",
5-
"version": "5.0.0",
5+
"version": "5.1.0",
66
"author": "Philippe Lieser",
77
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
88
"default_locale": "en_US",
99
"applications": {
1010
"gecko": {
1111
"id": "dkim_verifier@pl",
1212
"strict_min_version": "91.0",
13-
"strict_max_version": "103.0"
13+
"strict_max_version": "104.0"
1414
}
1515
},
1616
"permissions": [

0 commit comments

Comments
 (0)