Skip to content

Commit 3f1fcae

Browse files
committed
Bump version number and update CHANGELOG.md for 1.7.0 release
1 parent 1795945 commit 3f1fcae

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.7.0] - 2025-04-12
6+
* Dashboard UI: Use fixed colors for some well known big organizations
7+
* Dashboard UI: Limit size of legends in charts
8+
* Dashboard UI: Made order of values in charts stable
9+
* Extended low level logging for mail fetching and XML extraction
10+
* Fixed embedded documentation for certificate input file
11+
* Convert non-fatal IMAP error when closing connection into warning
12+
* Updated Cargo dependencies
13+
514
## [1.6.0] - 2025-03-20
615
* Improved active state of navbar links to include child pages
716
* Introduced separate problem flags for DKIM and SPF

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.6.0"
9+
version = "1.7.0"
1010
edition = "2021"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)