diff --git a/CHANGELOG.md b/CHANGELOG.md index c30919b..c1f3b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.5.1-dev +## 0.5.1 January 28, 2023 - in `drupal::log_in` o allow `form_id` other than the default of `user_login_form` o properly validate status code if configured diff --git a/Cargo.toml b/Cargo.toml index e0b940c..ff791d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.5.1-dev" +version = "0.5.1" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests."