CHANGELOG.md in grape-1.6.1 vs CHANGELOG.md in grape-1.6.2
- old
+ new
@@ -1,4 +1,12 @@
+### 1.6.2 (2021/12/30)
+
+#### Features
+
+#### Fixes
+
+* [#2219](https://github.com/ruby-grape/grape/pull/2219): Revert the changes for autoloading provided in 1.6.1 - [@dm1try](https://github.com/dm1try).
+
### 1.6.1 (2021/12/28)
#### Features
* [#2196](https://github.com/ruby-grape/grape/pull/2196): Add support for `passwords_hashed` param for `digest_auth` - [@lHydra](https://github.com/lhydra).