From df0d5391b46cce3564f2428c534e5dd1127d5738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 4 Oct 2022 13:55:05 +0200 Subject: [PATCH] docs(changelog): update CHANGELOG.md for v0.8.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5a48e..7eddb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ expose_version=true If `expose_version` entry is not present in the configuration file, `/version` is not exposed. It is recommended to use this feature with authorization enabled. +### Fixed +- Replace unmaintained `dotenv` crate with `dotenvy` + - Fixes [RUSTSEC-2021-0141](https://rustsec.org/advisories/RUSTSEC-2021-0141.html) + ## [0.8.0] - 2022-10-03 ### Added - Support adding a landing page