diff --git a/.docs/about/release-notes.md b/.docs/about/release-notes.md index 0d7ef9a03..d9c7fda4b 100644 --- a/.docs/about/release-notes.md +++ b/.docs/about/release-notes.md @@ -28,6 +28,18 @@ Use `rexray version` to determine the currently installed version of REX-Ray: Commit: 182a626937677a081b89651598ee2eac839308e7 Formed: Wed, 15 Jun 2016 16:27:36 CDT +## Version 0.6.1 (TBA) +This release includes some minor fixes as well as a new and improved version of +the `volume ls` command. + +### Enhancements +* [libStorage 0.3.3](https://github.com/codedellemc/libstorage/pull/348) +* Enhanced `volume ls` command ([#634](https://github.com/codedellemc/rexray/pull/634)) + +### Bug Fixes +* EFS Mounting Issues ([#609](https://github.com/codedellemc/rexray/pull/609)) +* VirtualBox Attach Issues ([#610](https://github.com/codedellemc/rexray/pull/610)) + ## Version 0.6.0 (2016/10/20) This release reintroduces the Elastic Block Storage (EBS) driver, formerly known as the EC2 driver. All vestigial EC2 configuration properties are still diff --git a/VERSION b/VERSION index a918a2aa1..084c97be1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1-rc1