Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Sep 16, 2016
1 parent d1498e1 commit d73b72f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
master
------

0.8.1
-----

* Resolve issues inheriting from `ActionController::API`. [#481]

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

0.8.0
-----

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

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

0.7.4
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/ember_cli/version.rb
@@ -1,3 +1,3 @@
module EmberCli
VERSION = "0.8.0".freeze
VERSION = "0.8.1".freeze
end

0 comments on commit d73b72f

Please sign in to comment.