Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 6dded44

Browse files
author
Charles Rudolph
committed
release 0.37.0
1 parent 77d3e20 commit 6dded44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
## 0.37.0 (2017-01-19)
4+
5+
#### BREAKING CHANGES
6+
7+
* separate remote terraform module state from `terraform.tfstate` to `infrastructure.tfstate` and `services.tfstate`
8+
* `exo deploy [remote-environment-id]` becomes `exo deploy infrastructure [remote-environment-id]` and `exo deploy services [remote-environment-id]`
9+
310
## 0.36.1 (2017-01-17)
411

512
#### Bug fixes

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package src
22

33
// Version exports the current Exosphere Version
4-
const Version = "0.36.1"
4+
const Version = "0.37.0"

0 commit comments

Comments
 (0)