Skip to content

Commit 5b4fc69

Browse files
committed
Release 0.8.5
1 parent 5cd7ec2 commit 5b4fc69

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.8.5
5+
-----
6+
47
* Ignore calls to `/rails/mailers`. [#520]
58
* Call `render` with `html:` instead of `text:`. [#519]
69
* Use `Mime::Type.html?` [#523]

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

0 commit comments

Comments
 (0)