diff --git a/CHANGELOG.md b/CHANGELOG.md index 01550af..361197d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +0.3.0 / 2020-06-12 +================== + +* Add GitLab CI support +* Add more helpful messages to lando.py +* Add a new helper method to write bold messages +* Disable mounts for services that don't need it +* Add support to write settings.env.php +* Set default core version to 8.9.0 + 0.2.1 / 2020-06-04 ================== diff --git a/setup.py b/setup.py index d4ceed6..9e40117 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="axl-template", # Replace with your own username - version="0.2.1", + version="0.3.0", author="hussainweb", author_email="hussainweb@gmail.com", description="Scaffold a Drupal site template",