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"