diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a89c99da..e7dd96702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.2 (UNRELEASED) +## 0.3.2 (April 22, 2016) IMPROVEMENTS: * core: Garbage collection partitioned to avoid system delays [GH-1012] @@ -50,7 +50,7 @@ BUG FIXES: * client: Fix handling of environment variables containing multiple equal signs [GH-1115] -## 0.3.1 (Mars 16, 2016) +## 0.3.1 (March 16, 2016) __BACKWARDS INCOMPATIBILITIES:__ * Service names that dont conform to RFC-1123 and RFC-2782 will fail diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 9ef56a7a7..5bae2bdbb 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget vim # Download Nomad echo Fetching Nomad... cd /tmp/ -curl -sSL https://releases.hashicorp.com/nomad/0.3.1/nomad_0.3.1_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.3.2/nomad_0.3.2_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip diff --git a/version.go b/version.go index ae3d5c25d..d7e334c1f 100644 --- a/version.go +++ b/version.go @@ -10,4 +10,4 @@ const Version = "0.3.2" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. -const VersionPrerelease = "rc2" +const VersionPrerelease = ""