We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.0
1 parent 270b7d0 commit 9ebe866Copy full SHA for 9ebe866
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.7.0
5
+-----
6
+
7
* Introduce the `deploy` configuration option.
8
* Translate Rails environments other than `test` or `development` to
9
`production`, unless an `EMBER_ENV` is specified. [#366]
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.6.1".freeze
+ VERSION = "0.7.0".freeze
end
0 commit comments