Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 30, 2014
1 parent 9f2f956 commit da146b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 0.15.0 (April 30, 2014)

- Load app.js with relative path.
- Bootstrap generator should add code at the end of application.js if there's no newline.
- coffee-script template should require jQuery.
- Ensure Ember Data 1.0.0-beta is used.
- Use App.ApplicationAdapter instead of using `_ams`.

## 0.14.1 (Nov 27, 2013)

- Fixed 404 error detection in `ember:install` generator.
Expand Down
2 changes: 1 addition & 1 deletion lib/ember/rails/version.rb
@@ -1,5 +1,5 @@
module Ember
module Rails
VERSION = '0.14.1'
VERSION = '0.15.0'
end
end

0 comments on commit da146b7

Please sign in to comment.