Skip to content

Commit

Permalink
Release version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jul 18, 2022
1 parent 7d46fb2 commit 68e1faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

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

## Unreleased
## 5.1.0 (2022-07-17)

### Enhancements

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

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"manifest_version": 2,
"name": "__MSG_about_name__",
"description": "__MSG_about_summary__",
"version": "5.0.0",
"version": "5.1.0",
"author": "Philippe Lieser",
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
"default_locale": "en_US",
"applications": {
"gecko": {
"id": "dkim_verifier@pl",
"strict_min_version": "91.0",
"strict_max_version": "103.0"
"strict_max_version": "104.0"
}
},
"permissions": [
Expand Down

0 comments on commit 68e1faf

Please sign in to comment.