diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4f1f3..a57f049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,5 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - YYYY-MM-DD - -- Initial release. +## [1.0.0] - 2024-12-20 +First stable release. diff --git a/Cargo.toml b/Cargo.toml index 371e985..60ca1ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ categories = ["email"] license = "MIT" readme = "README.md" repository = "https://github.com/cry-inc/dmarc-report-viewer" -version = "0.0.0" +version = "1.0.0" edition = "2021" [dependencies]