From b8ff5789770ced12c28510465c9ed83a48693946 Mon Sep 17 00:00:00 2001 From: Maciej Gawinecki Date: Mon, 18 Sep 2017 21:06:32 +0200 Subject: [PATCH] Update release notes in README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e03634..fb30af9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Latest release: com.github.dzieciou.testing curl-logger - 1.0.1 + 1.0.2 ``` @@ -248,15 +248,20 @@ curl 'http://somehost.com/uploadFile' -F 'myfile=@README.md;type=application/jso ## Releases +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) + 1.0.1: -* Bug fix: `CurlLoggingRestAssuredConfigBuilder` was not updating `RestAssuredConfig` properly (https://github.com/dzieciou/curl-logger/issues/4): +* Bug fix: `CurlLoggingRestAssuredConfigBuilder` was not updating `RestAssuredConfig` properly +(https://github.com/dzieciou/curl-logger/issues/4): 1.0.0: * First major release with stable public API * Provided a way to force target platform of generated curl command -* Backward-incompatible change: `CurlLoggingRestAssuredConfigBuilder` replaced with `CurlLoggingRestAssuredConfigFactory` that uses -`Options` class to configure curl generation process. +* Backward-incompatible change: `CurlLoggingRestAssuredConfigBuilder` replaced with +`CurlLoggingRestAssuredConfigFactory` that uses `Options` class to configure curl generation process. 0.7: