Skip to content

Commit

Permalink
Updating CHANGELOG.md and setting version for 12.0.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 15, 2020
1 parent 6510f5b commit c8f3e6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

#### 12.0.0-beta1 (2020-05-15)

[Full Changelog](https://github.com/acquia/blt/compare/12.0.0-alpha1...12.0.0-beta1)


**Miscellaneous**

- Docs sync.
- DT-1399: Composer 2 compatibility. (#4144)


#### 12.0.0-alpha1 (2020-05-07)

[Full Changelog](https://github.com/acquia/blt/compare/11.2.0...12.0.0-alpha1)
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.0.0-alpha1';
const VERSION = '12.0.0-beta1';

/**
* The Robo task runner.
Expand Down

0 comments on commit c8f3e6e

Please sign in to comment.