diff --git a/CHANGELOG.md b/CHANGELOG.md index 285bbc52..b4f8bc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.8.0-dev +## 0.8.0 June 26, 2020 - properly subtract previous statistic when handling `set_failure()` and `set_success()` - detect and track redirects in `GooseRawRequest` - `--sticky-follow` makes redirect of GooseClient base_url sticky, affecting subsequent requests diff --git a/Cargo.toml b/Cargo.toml index 997f2eb2..d0a8496f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.8.0-dev" +version = "0.8.0" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing tool inspired by Locust." diff --git a/src/goose.rs b/src/goose.rs index d9d9e743..ed9cc2c8 100644 --- a/src/goose.rs +++ b/src/goose.rs @@ -1361,7 +1361,7 @@ impl GooseUser { /// /// By default, Goose configures two options when building a Reqwest client. The first /// configures Goose to report itself as the user agent requesting web pages (ie - /// `goose/0.7.5`). The second option configures Reqwest to store cookies, which is + /// `goose/0.8.0`). The second option configures Reqwest to store cookies, which is /// generally necessary if you aim to simulate logged in users. /// /// # Default configuration: