Skip to content

Commit

Permalink
Upgrade to 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgawinec committed Sep 28, 2017
1 parent b8ff578 commit aac8dee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.dzieciou.testing</groupId>
<artifactId>curl-logger</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<url>https://github.com/dzieciou/curl-logger</url>
<name>com.github.dzieciou.testing:curl-logger</name>
Expand Down

0 comments on commit aac8dee

Please sign in to comment.