diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb6eb9f5..848a2b911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.3-rc1 (December 15, 2015) +## 0.2.3 (December 17, 2015) BUG FIXES: * client: Fixes for user lookup to support CoreOS [GH-591] diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 8ed3319f0..5c93f97e6 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.2.1/nomad_0.2.1_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.2.3/nomad_0.2.3_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip diff --git a/website/config.rb b/website/config.rb index 96b57dc74..6afe177d9 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.2.2" + h.version = "0.2.3" h.github_slug = "hashicorp/nomad" h.minify_javascript = false