Skip to content

Commit 9ebe866

Browse files
committed
Release 0.7.0
1 parent 270b7d0 commit 9ebe866

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
------
33

4+
0.7.0
5+
-----
6+
47
* Introduce the `deploy` configuration option.
58
* Translate Rails environments other than `test` or `development` to
69
`production`, unless an `EMBER_ENV` is specified. [#366]

lib/ember_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.6.1".freeze
2+
VERSION = "0.7.0".freeze
33
end

0 commit comments

Comments
 (0)