From 168b20767440e1592587872d84b21284cad014cc Mon Sep 17 00:00:00 2001 From: Evan Williams Date: Thu, 13 Jul 2023 11:52:27 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9186055961..0d304be297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.43.8] - 2023-07-13 +- Add support for gRPC-downstream extension annotations (`@grpcExtension`, `@grpcService`). + ## [29.43.7] - 2023-07-11 - Make file extension of D2 ZKFS file store fully customizable. @@ -5499,7 +5502,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.43.7...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.43.8...master +[29.43.8]: https://github.com/linkedin/rest.li/compare/v29.43.7...v29.43.8 [29.43.7]: https://github.com/linkedin/rest.li/compare/v29.43.6...v29.43.7 [29.43.6]: https://github.com/linkedin/rest.li/compare/v29.43.5...v29.43.6 [29.43.5]: https://github.com/linkedin/rest.li/compare/v29.43.4...v29.43.5