From 6e33ca3fe4d70d08f91cf9d6e71f7fb872a17801 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 3 Apr 2024 16:43:50 +0800 Subject: [PATCH] Prepare for 4.4.5 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index fc8bfd3d..2078b90d 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '4.4.4'); +define('MOODLE_PLUGIN_CI_VERSION', '4.4.5'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 18f90890..259aa169 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ## [Unreleased] +## [4.4.5] - 2024-04-03 +### Changed +- Additional release for error in release process + ## [4.4.4] - 2024-04-03 ### Changed - Updated project dependencies to current [moodle-cs v3.4.6](https://github.com/moodlehq/moodle-cs) release.