CHANGELOG.md in grape-entity-0.8.0 vs CHANGELOG.md in grape-entity-0.8.1
- old
+ new
@@ -6,10 +6,17 @@
#### Fixes
* Your contribution here.
-### 0.9.0 (2020-02-18)
+### 0.8.1 (2020-07-15)
+
+#### Fixes
+
+* [#336](https://github.com/ruby-grape/grape-entity/pull/336): Pass options to delegators when they accept it - [@dnesteryuk](https://github.com/dnesteryuk).
+* [#333](https://github.com/ruby-grape/grape-entity/pull/333): Fix typo in CHANGELOG.md - [@eitoball](https://github.com/eitoball).
+
+### 0.8.0 (2020-02-18)
#### Features
* [#307](https://github.com/ruby-grape/grape-entity/pull/307): Allow exposures to call methods defined in modules included in an entity - [@robertoz-01](https://github.com/robertoz-01).
* [#319](https://github.com/ruby-grape/grape-entity/pull/319): Support hashes with string keys - [@mhenrixon](https://github.com/mhenrixon).