README.md in dropzonejs-rails-0.8.0 vs README.md in dropzonejs-rails-0.8.1
- old
+ new
@@ -2,11 +2,11 @@
Integrate [Matias Meno's Dropzone](http://www.dropzonejs.com/) awesome file upload JS library right into the Asset pipeline of your Rails apps.
## Version
-The latest version of this gem bundles **Dropzone v5.1.0**.
+The latest version of this gem bundles **Dropzone v5.1.1**.
### Dropzone 4.x
If you depend on Dropzone's 4.x branch, you need to specify `gem 'dropzonejs-rails', '~> 0.7.4'` in your Gemfile, otherwise you'll get 5.x.
@@ -65,11 +65,13 @@
2. If **1.** tells you that a new version is available, you can run `rake dropzone:replace` - it'll download the files for you.
3. If **1.** tells you that a new version is available, you can run `rake dropzone:bump` - it'll download the files, commit and release them for you.
## Changelog
+* v0.8.1
+ * Updates Dropzone to 5.1.1 **#44 by [@lerarybak](https://github.com/lerarybak).**
* v0.8.0
- * Updates Dropzone to the 5.1 branch. **#43 By [@lerarybak](https://github.com/lerarybak).**
+ * Updates Dropzone to the 5.1 branch. **#43 by [@lerarybak](https://github.com/lerarybak).**
* v0.7.4
* Refactors rake tasks for better separation of concerns and a cleaner use. **#41 By [@thomasstephane](https://github.com/thomasstephane).**
* v0.7.0
* Updates Dropzone to the 4.x branch
* v0.5.1