Skip to content

Commit c7ece65

Browse files
committed
Merge pull request #997 from pantheon-systems/update/0.11.0
Updating to version 0.11.0
2 parents eb85d00 + dcc8ff5 commit c7ece65

File tree

16 files changed

+342
-559
lines changed

16 files changed

+342
-559
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
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)
33

4-
## MASTER
4+
## [0.11.0] - 2016-03-16
55
### Added
66
- New command `ssh-keys list` added. (#990)
77
- New command `ssh-keys add` added. (#990)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ composer require pantheon-systems/terminus
3737

3838
Run this in this in your terminal client:
3939
```bash
40-
curl https://github.com/pantheon-systems/terminus/releases/download/0.10.6/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
40+
curl https://github.com/pantheon-systems/terminus/releases/download/0.11.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4141
```
4242

4343
####Installing with Git

0 commit comments

Comments
 (0)