We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.8.1
1 parent d1498e1 commit d73b72fCopy full SHA for d73b72f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
master
2
------
3
4
+0.8.1
5
+-----
6
+
7
+* Resolve issues inheriting from `ActionController::API`. [#481]
8
9
+[#481]: https://github.com/thoughtbot/ember-cli-rails/pull/481
10
11
0.8.0
12
-----
13
@@ -9,6 +16,8 @@ master
16
* Remove support for Ruby 2.1.x. [#400]
17
* Don't route requests to `/rails/info` through the mounted Ember application.
18
19
+[#400]: https://github.com/thoughtbot/ember-cli-rails/pull/400
20
21
0.7.4
22
14
23
lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
- VERSION = "0.8.0".freeze
+ VERSION = "0.8.1".freeze
end
0 commit comments