From 0b189f2f6853c38094972065e20c9e5bd2c597b5 Mon Sep 17 00:00:00 2001 From: Ilia Kolev Date: Mon, 17 Aug 2015 18:50:49 +0300 Subject: [PATCH] Bump Version to v1.0.4 --- CHANGELOG.md | 5 ++++- Vagrantfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53f0b4..6be14d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Pando Changelog +## [1.0.4] - 2015-08-17 + +* Use Ubuntu default repositories for `MySQL` 5.6 version + ## [1.0.3] - 2015-08-17 * Add `MySQL` provision - ## [1.0.2] - 2015-08-16 * Remove Vim provision diff --git a/Vagrantfile b/Vagrantfile index 457301c..44fbf73 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Config Github Settings github_username = "iliakolev" github_repo = "pando" -github_branch = "1.0.3" +github_branch = "1.0.4" github_url = "https://raw.githubusercontent.com/#{github_username}/#{github_repo}/#{github_branch}" # Server Configuration