Skip to content

Commit

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

#### 10.7.2 (2020-02-05)

[Full Changelog](https://github.com/acquia/blt/compare/10.7.1...10.7.2)


**Implemented enhancements**

- Revert "Adds a config value for deployment docroot. (#3975)"
- Adds a config value for deployment docroot. (#3975)

**Fixed bugs**

- DT-1166: Restrict drupal-check version to fix Pipelines TTY error. (#4001)
- DT-1141: Fixes #3980: pre-commit validation doesn't catch code standards errors. (#3981)
- DT-1129: Avoid PHPUnit version conflict with Drupal core. (#3978)
- DT-1128: Fixes #3952: Contributed Drush commands deployed as subprojects. (#3977)

**Miscellaneous**

- Remove branch alias from blt-require-dev.
- Revert "Bump blt-project to stable."
- Bump blt-project to stable.


#### 10.7.1 (2020-01-02)

[Full Changelog](https://github.com/acquia/blt/compare/10.7.0...10.7.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 @@ -37,7 +37,7 @@ class Blt implements ContainerAwareInterface, LoggerAwareInterface {
/**
* The BLT version.
*/
const VERSION = '10.7.1';
const VERSION = '10.7.2';

/**
* The Robo task runner.
Expand Down

0 comments on commit 2d30338

Please sign in to comment.