Skip to content

Commit

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

#### 11.4.2 (2020-06-17)

[Full Changelog](https://github.com/acquia/blt/compare/11.4.1...11.4.2)


**Fixed bugs**

- Revert "Fixes #4145: Added temporary workaround for Drupal Coder bug." (#4150)
- Fixes #4145: Added temporary workaround for Drupal Coder bug.
- Fixes #4108: Dev Desktop doctor check missing env var. (#4119)

**Miscellaneous**

- Removing failing test. (#4148)
- adds bootstrap results to debug log (#4128)


#### 11.4.1 (2020-04-15)

[Full Changelog](https://github.com/acquia/blt/compare/11.4.0...11.4.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 = '11.4.1';
const VERSION = '11.4.2';

/**
* The Robo task runner.
Expand Down

0 comments on commit 63fbbdd

Please sign in to comment.