From 2b8e1ad2d9dc95f97acd320adaa0accf5f47d90e Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Mon, 20 Feb 2023 13:34:27 +0530 Subject: [PATCH] Update CHANGELOG.md (#2574) ## Description Updating changelog as v0.0.4 is out. ## Does this PR need a docs update or release note? - [ ] :no_entry: No ## Type of change - [ ] :world_map: Documentation ## Issue(s) * # ## Test Plan - [ ] :muscle: Manual --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34013db8..d2b5a2c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] (beta) -### Added + +## [v0.4.0] (alpha) - 2023-2-20 ### Fixed - Support for item.Attachment:Mail restore @@ -174,7 +175,8 @@ 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.3.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/alcionai/corso/compare/v0.4.0...v0.3.0 [v0.3.0]: https://github.com/alcionai/corso/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/alcionai/corso/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/alcionai/corso/compare/v0.0.4...v0.1.0