From e6dd38781108ee6365ea8c24c54fcccf76206c7c Mon Sep 17 00:00:00 2001 From: Hitesh Pattanayak <48874082+HiteshRepo@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:06:27 +0530 Subject: [PATCH] Add v0.19.0 changelog (#5189) marks unrelease changes for v0.19.0 #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e9a9434..95e99d7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +## [v0.19.0] (beta) - 2024-02-06 + ### Added - Events can now be exported from Exchange backups as .ics files. - Update repo init configuration to reduce the total number of GET requests sent @@ -494,7 +496,8 @@ this case, Corso will skip over the item but report this in the backup summary. - Miscellaneous - Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) -[Unreleased]: https://github.com/alcionai/corso/compare/v0.18.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.19.0...HEAD +[v0.19.0]: https://github.com/alcionai/corso/compare/v0.18.0...v0.19.0 [v0.18.0]: https://github.com/alcionai/corso/compare/v0.17.0...v0.18.0 [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