CHANGELOG.md in link_thumbnailer-1.0.0 vs CHANGELOG.md in link_thumbnailer-1.0.2

- old
+ new

@@ -1,4 +1,21 @@ +# 1.0.2 + +- Feature: User can now set options at runtime by passing valid options to ```generate``` method +- Bug fix when doing ```rails g link_thumbnailer:install``` by explicitly specifying the scope of Rails + +# 1.0.1 + +- Refactor LinkThumbnailer#generate method to have a cleaner code + +# 1.0.0 + +- Update readme +- Add PreviewController for easy integration with user's app +- Add link_thumbnailer routes for easy integration with user's app +- Refactor some code +- Change 'to_a' method to 'to_hash' in object model + # 0.0.6 - Update readme - Add `to_a` to WebImage class - Refactor `to_json` for WebImage class