Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 9.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrett Smith committed Sep 8, 2018
1 parent 71bab75 commit f62957a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

#### 9.1.6 (2018-09-08)

[Full Changelog](https://github.com/acquia/blt/compare/9.1.5...9.1.6)


**Fixed bugs**

- Finished updating memcache config for alpha7. (#3076) (#3079)


#### 9.1.5 (2018-09-06)

[Full Changelog](https://github.com/acquia/blt/compare/9.1.4...9.1.5)
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.5';
const VERSION = '9.1.6';

/**
* The Robo task runner.
Expand Down

0 comments on commit f62957a

Please sign in to comment.