Skip to content

Commit

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

#### 12.0.0 (2020-06-03)

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


**Fixed bugs**

- Handle docroot/.gitignore on deploys. (#4154)

**Miscellaneous**

- Fix local environment detection.
- Remove deprecated annotation registry usage. (#4092)


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

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

/**
* The Robo task runner.
Expand Down

0 comments on commit f8b639d

Please sign in to comment.