diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e273db..3967c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.3.0-dev +## 0.3.0 October 26, 2021 - find forms identified with either `id=` or `data-drupal-selector=` - **API change**: introduce `SearchParamsBuilder` to build `SearchParams` objects o Replaces `SearchParams::keys`, `SearchParams::update_keys`, `SearchParams::update_url`, `SearchParams::update_submit`, `SearchParams::update_title` diff --git a/Cargo.toml b/Cargo.toml index f3d31d5..50248c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.3.0-dev" +version = "0.3.0" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests."