From 46b8204aa2ed37e338db9d4983a4008cf88e2540 Mon Sep 17 00:00:00 2001 From: Laurent Querel Date: Sat, 10 Aug 2024 09:49:43 -0700 Subject: [PATCH] chore(build): Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d88fbb..58dda5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.23.0] - 2024-08-10 + +### Fix + +- Fix a root certificate issue following a breaking change in Tonic (by @imor). +- Remove dependency on protoc. The generated code is now included in the repository (by @lquerel). + +### Maintenance + +- Bump versions of `thiserror`, `hyper-util`, `tokio`, `serde`, `serde_json`, `tonic`, `tonic-build`. + ## [0.22.0] - 2024-07-07 ### Added