Skip to content

Commit aadb23e

Browse files
committed
Bump for 0.5.0-pre.1 release
Signed-off-by: Dane Everitt <dane@daneeveritt.com>
1 parent 24d49be commit aadb23e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ This file is a running track of new features and fixes to each version of the pa
33

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

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

88
### Added
99
* 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.
1010
* Support for setting IP Aliases through the panel on the node overview page. Also cleaned up allocation removal.
11-
* Support for renaming files through the panel's file mananger.
11+
* Support for renaming files through the panel's file manager.
1212

1313
### Changed
1414
* Prevent clicking server start button until server is completely off, not just stopping.

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
/*
1010
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)