From 1c1638720c242bf59468a098101b87c3364dd4fa Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 1 Jul 2020 07:36:59 -0700 Subject: [PATCH] Updating CHANGELOG.md and setting version for 12.1.0. --- CHANGELOG.md | 15 +++++++++++++++ src/Robo/Blt.php | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cae87eca..60a2834bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +#### 12.1.0 (2020-07-01) + +[Full Changelog](https://github.com/acquia/blt/compare/12.0.1...12.1.0) + + +**Implemented enhancements** + +- Fix #4156: Clarify instructions to copy and rename default settings files. + +**Miscellaneous** + +- checks for existing settings files before adding default files (#4157) +- BLT-4192: Fix validate twig syntax with Drupal 9. (#4193) + + #### 12.0.1 (2020-06-17) [Full Changelog](https://github.com/acquia/blt/compare/12.0.0...12.0.1) diff --git a/src/Robo/Blt.php b/src/Robo/Blt.php index ab9d8ca83..47e37250a 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.0.1'; + const VERSION = '12.1.0'; /** * The Robo task runner.