CHANGELOG.md in grape-entity-0.10.1 vs CHANGELOG.md in grape-entity-0.10.2
- old
+ new
@@ -7,9 +7,18 @@
#### Fixes
* Your contribution here.
+### 0.10.2 (2022-07-29)
+
+#### Fixes
+
+* [#366](https://github.com/ruby-grape/grape-entity/pull/366): Don't suppress regular ArgumentError exceptions - [splattael](https://github.com/splattael).
+* [#363](https://github.com/ruby-grape/grape-entity/pull/338): Fix typo - [@OuYangJinTing](https://github.com/OuYangJinTing).
+* [#361](https://github.com/ruby-grape/grape-entity/pull/361): Require 'active_support/core_ext' - [@pravi](https://github.com/pravi).
+
+
### 0.10.1 (2021-10-22)
#### Fixes
* [#359](https://github.com/ruby-grape/grape-entity/pull/359): Respect `hash_access` setting when using `expose_nil: false` option - [@magni-](https://github.com/magni-).