From e5c812423183193574181304acb64fe67808bac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Nov 2023 13:54:02 +0000 Subject: [PATCH] chore(version): v0.37.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b0b0b9..3fd44638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.37.0 - 2023-11-29 +#### Bug Fixes +- log client errors (#289) - (b2acd19) - Chris Smith +#### Features +- **(o11y)** makes the alarm less noisy (#287) - (ccb9a2e) - Derek +#### Miscellaneous Chores +- **(logging)** improve logging with instrument and request-id span (#290) - (21ec1ed) - Max Kalashnikoff +- removing `/info` endpoint in a favor of `/health` (#291) - (b0d2e78) - Max Kalashnikoff + +- - - + ## v0.36.0 - 2023-11-21 #### Bug Fixes - **(o11y)** registered client metric is wrong (#285) - (c442c03) - Derek