From 94d480fc29bbde901311492e412d7eeaa514410c Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:35:48 +0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092f5fb3..4a08cba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. -## UNRELEASED +## v3.0.3 -### Added +### Fixed + +- Dead link in config file replaced with mirror + +### Added - Log all `HTTP` requests to `stdout` [#39] - `redirect_to` parameter validation [#37]