CHANGELOG.md in microsoft_graph-0.21.0 vs CHANGELOG.md in microsoft_graph-0.22.1
- old
+ new
@@ -9,9 +9,22 @@
### Added
### Changed
+## [0.22.1] - 2023-08-10
+
+### Changed
+
+- Removed resume and time operations that have a file name longer than what gem build allows.
+
+## [0.22.0] - 2023-08-10
+
+### Changed
+
+- Weekly generation.
+- BREAKING: models that were in subnamespaces are now in the main model namespace to avoid circular dependencies. e.g. `MicrosoftGraph::Models::CallRecords::CallRecord` in now `MicrosoftGraph::Models::CallRecordsCallRecord`.
+
## [0.21.0] - 2023-04-06
### Changed
- Weekly generation.