From 8ab4864f92a7ebb0818422b28ea6ccbf2c0da577 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Mon, 11 Dec 2023 13:56:19 -0800 Subject: [PATCH] Update changelog for 5.2.3 (#3788) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f32989236..abc605b0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The crates in this repository do not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) at this time. +## [5.2.3] + +### Fixed + +- Fixed mobilecoind returning a gRPC invalid argument error instead of a not + found error when ledger data is not found ([#3787]) + +### Changed + +#### Deployments + +- Add stack labels for service monitoring services ([#3782]) + +[#3787]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3787 +[#3782]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3782 + ## [5.2.2] ### Changed