From ebe343ae18a998a6818f26436a5bcea80cc3f8d5 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Fri, 20 Oct 2023 09:31:36 -0700 Subject: [PATCH] 10.0.0 --- CHANGELOG.md | 7 +++++++ caw_profile.info.yml | 2 +- .../src/Drush/Commands/CawProfileHelperCommands.php | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005fad96..d322c74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Cardinal at Work Profile +10.0.0 +-------------------------------------------------------------------------------- +_Release Date: 2023-10-20_ + +- All things Drupal 10 +- New prosthetic field for benefits. + 9.3.3 -------------------------------------------------------------------------------- _Release Date: 2023-09-22_ diff --git a/caw_profile.info.yml b/caw_profile.info.yml index 8280bbc7..9b1c0cc1 100644 --- a/caw_profile.info.yml +++ b/caw_profile.info.yml @@ -1,6 +1,6 @@ name: 'Cardinal at Work Profile' description: 'CAW Website Profile' -version: 9.3.3 +version: 10.0.0 type: profile project: Cardinal at Work core_version_requirement: ^9 || ^10 diff --git a/modules/caw_profile_helper/src/Drush/Commands/CawProfileHelperCommands.php b/modules/caw_profile_helper/src/Drush/Commands/CawProfileHelperCommands.php index c86bb7e4..7b0a14e0 100644 --- a/modules/caw_profile_helper/src/Drush/Commands/CawProfileHelperCommands.php +++ b/modules/caw_profile_helper/src/Drush/Commands/CawProfileHelperCommands.php @@ -9,6 +9,7 @@ /** * A Drush commandfile. + * @codeCoverageIgnore */ class CawProfileHelperCommands extends DrushCommands {