diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c043956e..6b75ed2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) -### Added +## [v0.17.0] (beta) - 2023-12-11 ### Changed - Memory optimizations for large scale OneDrive and Sharepoint backups. ### Fixed - Resolved a possible deadlock when backing up Teams Channel Messages. +- Fixed an attachment download failure(ErrorTooManyObjectsOpened) during exchange backup. ## [v0.16.0] (beta) - 2023-11-28 @@ -445,7 +446,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Miscellaneous - Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) -[Unreleased]: https://github.com/alcionai/corso/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.17.0...HEAD +[v0.17.0]: https://github.com/alcionai/corso/compare/v0.16.0...v0.17.0 +[v0.16.0]: https://github.com/alcionai/corso/compare/v0.15.0...v0.16.0 [v0.15.0]: https://github.com/alcionai/corso/compare/v0.14.0...v0.15.0 [v0.14.0]: https://github.com/alcionai/corso/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/alcionai/corso/compare/v0.12.0...v0.13.0