CHANGELOG.md in grape-roar-0.4.0 vs CHANGELOG.md in grape-roar-0.4.1
- old
+ new
@@ -1,17 +1,27 @@
+0.4.1 (07/14/2017)
+----
+
+* [#22](https://github.com/ruby-grape/grape-roar/pull/22): Adds Grape::Roar::Extensions::Relations.
+
+
0.4.0 (02/18/2017)
------------------
+
* [#21](https://github.com/ruby-grape/grape-roar/pull/21): Fixes serialization issue due to [representable](https://github.com/trailblazer/representable) API change, drop support for Ruby < `2.1.0` - [@mach-kernel](https://github.com/mach-kernel).
+
0.3.0 (12/31/2014)
------------------
* Added support for Roar 1.0 - [@dblock](https://github.com/dblock).
+
0.2.0 (12/18/2014)
------------------
* [#10](https://github.com/ruby-grape/grape-roar/pull/10): Support for Roar decorator - [@sdbondi](https://github.com/sdbondi).
+
0.1.0 (7/17/2014)
-----------------
* Initial public release, with support for Grape `present` - [@dblock](https://github.com/dblock).