Skip to content

Commit 5dc6534

Browse files
committed
Bump version number and update CHANGELOG.md for 1.2.0 release
1 parent dba8446 commit 5dc6534

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.2.0] - 2025-01-04
6+
* Fixed bugs and improved E-Mail subject decoding
7+
* Added Linux ARM 64bit binary artifacts and restructured builds
8+
* Added support for ARM 64bit Linux Docker images and publish them to Github registry
9+
* Updated Cargo dependencies
10+
511
## [1.1.2] - 2025-01-01
612
* Fix issue with iCloud Mail server not returning the mail body
713
* Improved log messages for mails without XML report data

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

1212
[dependencies]

0 commit comments

Comments
 (0)