Bump for 0.5.0-pre.1 release

Signed-off-by: Dane Everitt <dane@daneeveritt.com>
This commit is contained in:
Dane Everitt 2016-10-05 17:38:12 -04:00
parent 24d49be150
commit aadb23eb74
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -4,7 +4,7 @@ return [
'env' => env('APP_ENV', 'production'),
'version' => env('APP_VERSION', 'v0.5.0-beta'),
'version' => env('APP_VERSION', 'v0.5.0-pre.1'),
/*
|--------------------------------------------------------------------------