Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 9.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrett Smith authored and lcatlett committed Sep 19, 2018
1 parent 6572cba commit 87fe607
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

#### 9.1.4 (2018-09-03)

[Full Changelog](https://github.com/acquia/blt/compare/9.1.3...9.1.4)

**Implemented enhancements**

- Fixes #2964: When manually deploying using a tag also push that tag to source repo. (#2992)

**Miscellaneous**

- New guidelines for contribution. (#3045)
- Update the VERSION constant and CHANGELOG to reflect the 9.1.3 release. (#3042)
- VM setup tips (#3036)
- Adding the BLT logo to the README. (#3040)
- Added acquia/drupal-spec-tool to Composer suggestions. (#3025)
- Use tab indents for *.mk makefiles (#3018)
- Add PHPUnit bridge adapter. (#3008)
- Added mention of recipes:config:init:splits in config split documentation. (#3020)
- Acquia PHP SDK V2 back to stable release (#3012)
- Fix GitHub typos (#3019)


#### 9.1.3 (2018-08-24)

This out-of-cycle release addresses a critical failure observed with ACSF sites.
Expand Down
2 changes: 1 addition & 1 deletion src/Robo/Blt.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Blt implements ContainerAwareInterface, LoggerAwareInterface {
/**
* The BLT version.
*/
const VERSION = '9.1.3';
const VERSION = '9.1.4';

/**
* The Robo task runner.
Expand Down

0 comments on commit 87fe607

Please sign in to comment.