From 42c12519b19e56a4c22aa9265fe2c85370243348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardo=20Esb=C3=A9rard?= Date: Mon, 10 Jul 2023 19:40:51 -0300 Subject: [PATCH] :memo: Includes new release note. --- RELEASES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index c87c392..0b3f5ca 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,4 +4,10 @@ - Fixies the authentication when the qop value comes without `"`; - Updates packages; -- Adds a real integration tests; \ No newline at end of file +- Adds a real integration tests; + +## v1.5.0 + +- Adjusts the nuget package; +- Adds optional ILogger to the DigestAuthenticator constructor; +- Adds optional request timeout to the DigestAuthenticator constructor; \ No newline at end of file