diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d8501fb..6f1d70a 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1 +1,3 @@ -Adds support for command line flags, as well as / instead of environmental variables (fixes #1) +- Improved deployment: 12Mb Docker image, 1-line install script, and publish to crates.io +- Adds documentation +- Faster start-up time diff --git a/Cargo.toml b/Cargo.toml index 2086d4c..1faebe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adguardian" -version = "0.9.0" +version = "1.0.0" edition = "2021" authors = ["Alicia Sykes"] description = "Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance "