Skip to content

Commit

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

#### 11.6.0 (2020-10-21)

[Full Changelog](https://github.com/acquia/blt/compare/11.5.0...11.6.0)


**Implemented enhancements**

- Fixes #4250 to backport Composer 2.x functionality into 11.x. (#4260)

**Fixed bugs**

- Fix #4257: ACSF post-siteinstall.sh not executable (#4264)
- Fix #4253: Remove Drupal Check commands (#4254)

**Miscellaneous**

- Update Coder and style fixes (#4263)
- Fix memory exhaustion (#4262)
- Fix memory errors (#4259)
- Use PHP 7.3


#### 11.5.0 (2020-09-04)

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

/**
* The Robo task runner.
Expand Down

0 comments on commit df430af

Please sign in to comment.