Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 12.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 1, 2020
1 parent 571b7f0 commit 1c16387
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Robo/Blt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c16387

Please sign in to comment.