We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.8.0
1 parent 876720b commit 19361c1Copy full SHA for 19361c1
CHANGELOG.md
@@ -1,6 +1,9 @@
1
master
2
------
3
4
+0.8.0
5
+-----
6
+
7
* `EmberCli::EmberController` now inherits from `ActionController::Base` instead
8
of `ApplicationController`. [#400]
9
* Remove support for Ruby 2.1.x. [#400]
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.7.4".freeze
+ VERSION = "0.8.0".freeze
end
0 commit comments