CHANGELOG.md in gretel-4.1.0 vs CHANGELOG.md in gretel-4.2.0

- old
+ new

@@ -1,6 +1,9 @@ # Changelog +## Version 4.2.0 +* Support generating JSON-LD structured data. See the readme for more info (via #26, thanks @dkniffin) + ## Version 4.1.0 * Depends only `railties` and `actionview`, not `rails` (via #7) * Include `Gretel::ViewHelpers` module in `ActiveSupport.on_load(:action_view)` block * Fix ruby 2.7 keywords warning (via #24, thanks @aki77) * Fix multithreaded environment issue (via #13)