From fddb3dad1a256a46948ee4e3067b9097ebc30cf8 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Sat, 28 Jan 2023 08:13:14 +0100 Subject: [PATCH] release 0.5.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."