From aac8dee54d4605560597d6d76b654b973a0c2874 Mon Sep 17 00:00:00 2001 From: mgawinec Date: Thu, 28 Sep 2017 13:14:14 +0200 Subject: [PATCH] Upgrade to 1.0.3 release --- README.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb30af9..7d18bbe 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,10 @@ curl 'http://somehost.com/uploadFile' -F 'myfile=@README.md;type=application/jso ## Releases +1.0.3: +* Bug fix: Invalid basic authentication headers are failing curl generation +(https://github.com/dzieciou/curl-logger/issues/15) + 1.0.2: * Bug fix: CurlLogger was failing when multiple Cookie headers are present in HTTP Request. Now it only prints warning (https://github.com/dzieciou/curl-logger/issues/13) diff --git a/pom.xml b/pom.xml index b434405..69ac27b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.github.dzieciou.testing curl-logger - 1.0.2 + 1.0.3 jar https://github.com/dzieciou/curl-logger com.github.dzieciou.testing:curl-logger