Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tokengeek committed Apr 24, 2015
1 parent 279745d commit 7768791
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v1.6.0 / 2015-04-24
[Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v1.5.0...v1.6.0)

Enhancements:

* Updated list of autocompleted server handles to include all current versions
including SSD versions.

Changes:

* Default server type has changed to `1gb.ssd`. This can be changed with the
`--type (-t)` argument to specify alternatives as before.

### v1.5.0 / 2015-02-13
[Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v1.4.3...v1.5.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/brightbox-cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brightbox
VERSION = "1.5.0" unless defined?(Brightbox::VERSION)
VERSION = "1.6.0" unless defined?(Brightbox::VERSION)
end

0 comments on commit 7768791

Please sign in to comment.