Skip to content

Commit

Permalink
Bump for 0.5.0-pre.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dane Everitt <dane@daneeveritt.com>
  • Loading branch information
DaneEveritt committed Oct 5, 2016
1 parent 24d49be commit aadb23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ This file is a running track of new features and fixes to each version of the pa

This project follows [Semantic Versioning](http://semver.org) guidelines.

## v0.5.0 (Bodacious Boreopterus) [Unreleased]
## v0.5.0-pre.1 (Bodacious Boreopterus) [Unreleased]

### Added
* Support for creating server without having to assign a node and allocation manually. Simply select the checkbox or pass `auto_deploy=true` to the API to auto-select a node and allocation given a location.
* Support for setting IP Aliases through the panel on the node overview page. Also cleaned up allocation removal.
* Support for renaming files through the panel's file mananger.
* Support for renaming files through the panel's file manager.

### Changed
* Prevent clicking server start button until server is completely off, not just stopping.
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'env' => env('APP_ENV', 'production'),

'version' => env('APP_VERSION', 'v0.5.0-beta'),
'version' => env('APP_VERSION', 'v0.5.0-pre.1'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit aadb23e

Please sign in to comment.