From aadb23eb7418499e3fae17808a7f59b8b4b748a2 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 5 Oct 2016 17:38:12 -0400 Subject: [PATCH] Bump for 0.5.0-pre.1 release Signed-off-by: Dane Everitt --- CHANGELOG.md | 4 ++-- config/app.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5035d638c..9290109f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/config/app.php b/config/app.php index b28fb0a696..e472838e88 100644 --- a/config/app.php +++ b/config/app.php @@ -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'), /* |--------------------------------------------------------------------------