Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 12.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jun 17, 2020
1 parent 2e2801e commit 9a1afaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

#### 12.0.1 (2020-06-17)

[Full Changelog](https://github.com/acquia/blt/compare/12.0.0...12.0.1)


**Fixed bugs**

- Fix #4182: Missing project.human_name attribute (#4188)
- Fix #4177: Missing docroot on default file_public_path (#4187)
- Fix #4174: Pipelines and Travis CI missing tests:all command (#4186)
- Fix #4183: Notice when running blt drupal:install (#4185)
- Fixes #4171: blt.yml missing drush section. (#4178)
- Issue #4166: Change from valiate:all to just validate. (#4167)
- Issue #4164: Changing twig and yaml linting namespace (#4165)

**Miscellaneous**

- back to blt project (#4170)


#### 12.0.0 (2020-06-03)

[Full Changelog](https://github.com/acquia/blt/compare/12.0.0-beta1...12.0.0)
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.0';
const VERSION = '12.0.1';

/**
* The Robo task runner.
Expand Down

0 comments on commit 9a1afaf

Please sign in to comment.