diff --git a/CHANGELOG.md b/CHANGELOG.md index 478c8e6..71b66fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Pando Changelog +## [1.1.4] - 2016-02-21 + +* Added CET time +* Simplify installation of latest nodejs + ## [1.1.3] - 2015-12-02 * Fix base packages install diff --git a/Vagrantfile b/Vagrantfile index 2439b1c..f78943a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Config Github Settings github_username = "iliakolev" github_repo = "pando" -github_branch = "1.1.3" +github_branch = "1.1.4" github_url = "https://raw.githubusercontent.com/#{github_username}/#{github_repo}/#{github_branch}" # Server Configuration