Skip to content

Commit b70fe1a

Browse files
committed
Release 0.7.2
1 parent 6eceea8 commit b70fe1a

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.2
5+
-----
6+
47
* Enhance `rake ember:install` to fully reinstall if necessary. [#396]
58
* `EmberCli::Deploy::File` serves assets with Rails' `static_cache_control`
69
value. [#403]

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.7.1".freeze
2+
VERSION = "0.7.2".freeze
33
end

0 commit comments

Comments
 (0)