diff --git a/README.md b/README.md index 01f872d..5311fd1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ OPTIONS: -b, --bearer-token TOKEN nil Add bearer token to request. -M, --max-total-requests N Infinity Maximum number of requests. -m, --max-requests-per-operation N Infinity Maximum number of requests per operation in OpenAPI spec. - -t --spider-timeout-millis N Infinity Maximum number of milliseconds before spider timeout. + -t, --spider-timeout-millis N Infinity Maximum number of milliseconds before timeout of spider. -v, --version Print version and exit. --help Print usage information and exit. -a, --basic-auth 'USER:PASS' nil Send basic authentication header. diff --git a/changelog.md b/changelog.md index 8055d1c..7f1f4aa 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ ## NEXTVERSION +## 0.2.2 + - Report text and layout improvements + - Ability to load extra CSS files + - Add --spider-timeout-millis option + ## 0.2.1 - Add SEED argument - Add --help option