CHANGELOG.md in grape-entity-0.10.2 vs CHANGELOG.md in grape-entity-1.0.0
- old
+ new
@@ -7,9 +7,18 @@
#### Fixes
* Your contribution here.
+### ### 1.0.0 (2023-02-16)
+
+#### Fixes
+
+**Breaking change:**
+* [#352](https://github.com/ruby-grape/grape-entity/pull/369): Remove `FetchableObject` behavior. - [@danielvdao](https://github.com/danielvdao).
+* [#371](https://github.com/ruby-grape/grape-entity/pull/371): Allow default exposed value to be `false` or any empty data - [@norydev](https://github.com/norydev).
+
+
### 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).