From bdac2d11cb31b8c637cc271915040245a2e4f871 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 14 Jul 2014 18:05:24 -0700 Subject: [PATCH] Ship 2.1.0 Signed-off-by: Ben Firshman --- CHANGES.md | 8 ++++++++ constants/constants.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4480335..8218279 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ Change log ========== +2.1.0 (2014-07-14) +------------------ + +- There's now an `orchard run` command for running local commands on your Orchard host. It starts an Orchard proxy, sets the `DOCKER_HOST` environment variable, then runs a local command. For example: + + $ orchard run fig up + + 2.0.7 (2014-06-16) ------------------ diff --git a/constants/constants.go b/constants/constants.go index c5e2f1c..5879245 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -1,3 +1,3 @@ package constants -var Version = "2.0.7" +var Version = "2.1.0"