CHANGELOG.md in open_api-0.6.1 vs CHANGELOG.md in open_api-0.6.2
- old
+ new
@@ -1,6 +1,13 @@
## Unreleased
+## 0.6.2
+
+- Reflect ownership transfer https://github.com/wantedly/open_api/pull/16
+- Bump Ruby and Rails https://github.com/wantedly/open_api/pull/17
+ - Supported Rubies: 3.0, 3.1, 3.2
+ - Supported Rails: 6.1, 7.0, 7.1
+
## 0.6.1
- Fix `Paths` initializer to enable to take no args
## 0.6.0
- Supported Ruby 3.0 by fixing keyword parameters
- Relaxed the version constraint on Rails