diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ae92f..2165a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.5.3-dev + ## 0.5.2 October 31, 2023 - match "http://example.com/example.css", "/path/to/example.css", and "path/to/example.css" formatted paths for all types of static assets - introduce `not_status()`, `not_title()`, `not_text()`, `not_texts()`, `not_header()`, and `not_header_value()` diff --git a/Cargo.toml b/Cargo.toml index 27eec3d..dd779cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.5.2" +version = "0.5.3-dev" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests."