Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 12.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Sep 4, 2020
1 parent 6210afd commit fc3855e
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

#### 12.3.0 (2020-09-04)

[Full Changelog](https://github.com/acquia/blt/compare/12.2.0...12.3.0)


**Implemented enhancements**

- Fix #4176: Support arbitrary config splits (#4224)
- Fix #4217: Warning during multisite init if alias file is missing

**Fixed bugs**

- DX-2267: Restore local.blt.yml generation (#4239)
- Fixes #4229: Stop modifying local db name for ACSF (#4238)
- BLT-ACSF-3: Preserve gitignore files required by ACSF (#4227)

**Miscellaneous**

- Fix security check disable command
- Composer updates
- Update PULL_REQUEST_TEMPLATE.md
- Docs sync
- Composer updates


#### 12.2.0 (2020-08-05)

[Full Changelog](https://github.com/acquia/blt/compare/12.1.0...12.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 = '12.2.0';
const VERSION = '12.3.0';

/**
* The Robo task runner.
Expand Down

0 comments on commit fc3855e

Please sign in to comment.