diff --git a/CHANGELOG.md b/CHANGELOG.md index a187d50..6b50fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.1] - 2017-10-11 +### Added +- Added basic CONTRIBUTORS file to help guide PRs +- Added flag to set HTTP request body payload +- Added flag to set HTTP request headers +- Added flag to set HTTP method used for requests + +### Changed +- Modified Dockerfile to build project from fully-qualified package location + ## [1.0.0] - 2016-12-8 ### Added - Added percent success to the output. diff --git a/README.md b/README.md index d604a85..d69709c 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ Exit after sending this many requests. `-data ` Include the specified body data in requests. If the data starts with a '@' the -remaining value will be treated as a file path to read the data contents from, -or '-' to read from stdin. +remaining value will be treated as a file path to read the body data from, +or if the data value is '@-', the body data will be read from stdin. # Using multiple Host headers