Skip to content

Commit 9119085

Browse files
committed
Release 0.8.2
1 parent c2bdeb9 commit 9119085

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.2.
5+
------
6+
47
* Support Rails 5 static file serving configuration. [#499]
58

69
[#499]: https://github.com/thoughtbot/ember-cli-rails/pull/499

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

0 commit comments

Comments
 (0)