From fc3855e7f542b2b87c5750e06211580a08ecde23 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Fri, 4 Sep 2020 15:00:48 -0700 Subject: [PATCH] Updating CHANGELOG.md and setting version for 12.3.0. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ src/Robo/Blt.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e53ca76..54ba73cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +#### 12.3.0 (2020-09-04) + +[Full Changelog](https://github.com/acquia/blt/compare/12.2.0...12.3.0) + + +**Implemented enhancements** + +- Fix #4176: Support arbitrary config splits (#4224) +- Fix #4217: Warning during multisite init if alias file is missing + +**Fixed bugs** + +- DX-2267: Restore local.blt.yml generation (#4239) +- Fixes #4229: Stop modifying local db name for ACSF (#4238) +- BLT-ACSF-3: Preserve gitignore files required by ACSF (#4227) + +**Miscellaneous** + +- Fix security check disable command +- Composer updates +- Update PULL_REQUEST_TEMPLATE.md +- Docs sync +- Composer updates + + #### 12.2.0 (2020-08-05) [Full Changelog](https://github.com/acquia/blt/compare/12.1.0...12.2.0) diff --git a/src/Robo/Blt.php b/src/Robo/Blt.php index 15875b3b3..a18f5530f 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.2.0'; + const VERSION = '12.3.0'; /** * The Robo task runner.