Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Crismali committed May 9, 2016
1 parent fca87c0 commit 1525407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v1.8.1 (5/9/16)
[Issue #38](https://github.com/crismali/magic_lamp/issues/38): Prevented token errors in the JavaScript when there's an error with the fixtures and `all_fixtures` is being used in Sprockets.

### v1.8.0 (2/4/16)
[PR #36](https://github.com/crismali/magic_lamp/pull/36): Added support for Rails 5.0 beta. Some Travis CI and Appraisal changes happened to ensure better support for Rails 5 in the future. Plus a bunch of deprecation warnings were removed (what remains can't be dropped until support for Rails 4.X is dropped).

Expand Down
2 changes: 1 addition & 1 deletion lib/magic_lamp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MagicLamp
VERSION = "1.8.0"
VERSION = "1.8.1"
end

0 comments on commit 1525407

Please sign in to comment.