diff --git a/CHANGELOG.md b/CHANGELOG.md index 703c82b..b7e88e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.12-dev +## 0.1.12 August 22, 2021 - clippy cleanups: don't borrow references that are immediately dereferenced by the compiler: https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow - update `load_static_elements()` to use case-insensitive regex to find local static elements (images, js, and css) both with relative and absolute paths - match user-login-form even when it has additional classes diff --git a/Cargo.toml b/Cargo.toml index 53fa4f2..baf6165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.1.12-dev" +version = "0.1.12" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests."