Skip to content

Commit

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

#### 11.3.0 (2020-03-04)

[Full Changelog](https://github.com/acquia/blt/compare/11.2.0...11.3.0)


**Implemented enhancements**

- support Chromium Browser (#4027)

**Fixed bugs**

- Fixes #3998: Support PHP 7.4 (#3997) (#4030)
- Fixes #3994: Get environment detector subclass results on bootstrap. (#4017)

**Miscellaneous**

- adding azure pipelines to plugin docs. (#4028)
- Fixes #4012: Added update hook for #587 (gitignore for simulated deploys). (#4016)
- Memcache doc cloud sync.
- Update RELEASE.md
- Updated release process to use Github API HTTP auth.
- Revert "Bump blt-project to stable."
- Bump blt-project to stable.


#### 11.2.0 (2020-02-05)

[Full Changelog](https://github.com/acquia/blt/compare/11.1.0...11.2.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.2.0';
const VERSION = '11.3.0';

/**
* The Robo task runner.
Expand Down

0 comments on commit a2d82c1

Please sign in to comment.