Skip to content

Commit d73b72f

Browse files
committed
Release 0.8.1
1 parent d1498e1 commit d73b72f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
master
22
------
33

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+
411
0.8.0
512
-----
613

@@ -9,6 +16,8 @@ master
916
* Remove support for Ruby 2.1.x. [#400]
1017
* Don't route requests to `/rails/info` through the mounted Ember application.
1118

19+
[#400]: https://github.com/thoughtbot/ember-cli-rails/pull/400
20+
1221
0.7.4
1322
-----
1423

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

0 commit comments

Comments
 (0)