From f8ae73b69350efe94dff9f7a5715ca40a46d1183 Mon Sep 17 00:00:00 2001 From: Dan Slov Date: Mon, 18 Apr 2022 14:24:26 -0700 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22e40b7..3b6cfa6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Load config from Config file, and from env vars. Use viper for that - Automatically alocates a random port, if the specified one is in-use +## [0.1.19] - 2022-04-18 +## Changed +- Revert the changes introduced in 0.1.18 +- Log request and response at DEBUG level + ## [0.1.18] - 2022-04-13 ## Changed - Redirect standard output to configured logger