From 15254071a7fb1911500231b9b361e3a77cb5586c Mon Sep 17 00:00:00 2001 From: Michael Crismali Date: Mon, 9 May 2016 15:51:45 -0500 Subject: [PATCH] Updated changelog and version --- CHANGELOG.md | 3 +++ lib/magic_lamp/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8db364..2bd0dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/lib/magic_lamp/version.rb b/lib/magic_lamp/version.rb index 6f0c8ed..77d42c9 100644 --- a/lib/magic_lamp/version.rb +++ b/lib/magic_lamp/version.rb @@ -1,3 +1,3 @@ module MagicLamp - VERSION = "1.8.0" + VERSION = "1.8.1" end