From f7b521bb943345645be9cc822f728f849adb5fd6 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 5 Nov 2020 07:06:50 -0800 Subject: [PATCH] Updating CHANGELOG.md and setting version for 12.4.0. --- CHANGELOG.md | 12 ++++++++++++ src/Robo/Blt.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cff46f9..5fb329cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +#### 12.4.0 (2020-11-05) + +[Full Changelog](https://github.com/acquia/blt/compare/12.3.1...12.4.0) + + +**Miscellaneous** + +- Clean up Composer dependencies (#4274) +- Remove unused semver dependency (#4273) +- Remove RST docs (#4269) + + #### 12.3.1 (2020-10-21) [Full Changelog](https://github.com/acquia/blt/compare/12.3.0...12.3.1) diff --git a/src/Robo/Blt.php b/src/Robo/Blt.php index 5b44f32b0..38dcf91b6 100644 --- a/src/Robo/Blt.php +++ b/src/Robo/Blt.php @@ -42,7 +42,7 @@ class Blt implements ContainerAwareInterface, LoggerAwareInterface { /** * The BLT version. */ - const VERSION = '12.3.1'; + const VERSION = '12.4.0'; /** * The Robo task runner.