Skip to content

Commit 4db69b8

Browse files
committed
Bump version number and update CHANGELOG.md for 1.6.0 release
1 parent ea8af5a commit 4db69b8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.6.0] - 2025-03-20
6+
* Improved active state of navbar links to include child pages
7+
* Introduced separate problem flags for DKIM and SPF
8+
* Detect more ZIP attachments correctly
9+
* Updated Cargo dependencies, including `zip` to fix CVE-2025-29787 and `ring` to fix GHSA-4p46-pwfr-66x6
10+
511
## [1.5.0] - 2025-03-02
612
* Fixed detection of (G)ZIP XML attachments with content type `application/octet-stream`
713
* Added feature to look up DNS name of Source IP

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["email"]
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/cry-inc/dmarc-report-viewer"
9-
version = "1.5.0"
9+
version = "1.6.0"
1010
edition = "2021"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)