diff --git a/lib/jasmine/version.rb b/lib/jasmine/version.rb index 0f96eefc..8e912c65 100644 --- a/lib/jasmine/version.rb +++ b/lib/jasmine/version.rb @@ -1,3 +1,3 @@ module Jasmine - VERSION = "3.5.0" + VERSION = "3.5.1" end diff --git a/release_notes/3.5.1.md b/release_notes/3.5.1.md new file mode 100644 index 00000000..25fc7450 --- /dev/null +++ b/release_notes/3.5.1.md @@ -0,0 +1,18 @@ +# Jasmine Gem 3.5.1 Release Notes + +## Summary + +This update allows the gem to continue working with Sprockets in Rails 6 + +## Changes + +* Various readme improvements + - Merges #312 from @cprodhomme + +* Allow Jasmine to continue to work with Rails 6 + - Merges #310 from @cbaines + - Fixes #311 + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_