Skip to content

Commit 7e7bf9a

Browse files
committed
Bump version number and update CHANGELOG.md for 2.0.0 release
1 parent 5a5584f commit 7e7bf9a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

5+
## [2.0.0] - 2025-06-28
6+
* Added support for SMTP TLS reports (implemented by @marvinruder, thank you!)
7+
* Added support for multiple separate inboxes for DMARC and SMTP TLS reports (also implemented by @marvinruder)
8+
* Introduced new unique IDs for reports and mails to keep URLs short
9+
* A lot of other minor improvements and fixes
10+
* Updated Rust Edition to 2024
11+
* Updated Cargo and JavaScript dependencies
12+
513
## [1.8.0] - 2025-05-20
614
* Dashboard UI: Add filtering for charts by time span
715
* Dashboard UI: Add filtering for charts by domain

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "dmarc-report-viewer"
3-
description = "Standalone DMARC report viewer that fetches input data periodically from an IMAP mailbox"
3+
description = "Standalone DMARC and SMTP TLS report viewer that fetches input data periodically from an IMAP mailbox"
44
keywords = ["dmarc", "email"]
55
categories = ["email"]
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/cry-inc/dmarc-report-viewer"
9-
version = "1.8.0"
9+
version = "2.0.0"
1010
edition = "2024"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)