diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e66c36bd8..6f089303b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,7 @@ #Change Log All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## MASTER - +##[0.7.0] - 2015-08-20 ### Added - `site delete` command will delete a site (moved from `sites delete`, which has been deprecated) (#370) - `organizations sites --tag=` filters list of sites by tag diff --git a/README.md b/README.md index e406872c6..371337127 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client: ```bash -curl https://github.com/pantheon-systems/cli/releases/download/0.6.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus +curl https://github.com/pantheon-systems/cli/releases/download/0.7.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus ``` To get started with Terminus, you must first authenticate: diff --git a/php/terminus.php b/php/terminus.php index 198aa71d1..e9da91547 100755 --- a/php/terminus.php +++ b/php/terminus.php @@ -2,7 +2,7 @@ //Can be used by plugins/themes to check if Terminus is running or not define('Terminus', true); -define('TERMINUS_VERSION', '0.6.1'); +define('TERMINUS_VERSION', '0.7.0'); $source = 'unknown'; if ((PHP_SAPI == 'cli') && isset($argv)) {