diff --git a/CHANGELOG.md b/CHANGELOG.md index 580a5ff4..fdc41298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.7.1 [2015/06/24] + +- Fixing error with 'grunt serve' due to drush:serve not being defined. +- Ensuring that Behat is run with the Grunt process's environment variables. + ## v0.7.0 [2015/06/16] ### New Features diff --git a/package.json b/package.json index 915f9892..4b3ad073 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-drupal-tasks", "description": "A Grunt plugin to automate Drupal build and testing tasks.", - "version": "0.7.0", + "version": "0.7.1", "main": "bootstrap.js", "dependencies": { "grunt-available-tasks": "0.5.7",