From 27e54fb867cfc4d87af800acf19e8e7c6360e228 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 10 Aug 2023 12:51:21 -0400 Subject: [PATCH] - adds changelog entry for weekly release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6122a60a60..fcb2820800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [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