Skip to content

Commit 19361c1

Browse files
committed
Release 0.8.0
1 parent 876720b commit 19361c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
------
33

4+
0.8.0
5+
-----
6+
47
* `EmberCli::EmberController` now inherits from `ActionController::Base` instead
58
of `ApplicationController`. [#400]
69
* Remove support for Ruby 2.1.x. [#400]

lib/ember_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmberCli
2-
VERSION = "0.7.4".freeze
2+
VERSION = "0.8.0".freeze
33
end

0 commit comments

Comments
 (0)