From 82a1345194c4784208779c91a1c1cdece8ff256a Mon Sep 17 00:00:00 2001 From: Shivam Gupta Date: Thu, 24 Oct 2024 17:46:59 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84469b4c57..9de306a724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.61.0] - 2024-10-24 +- Disable dark traffic dispatching during dark warmup + ## [29.60.0] - 2024-10-17 - Restore the old constructor to avoid incompatible issue @@ -5749,7 +5752,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.60.0...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.61.0...master +[29.61.0]: https://github.com/linkedin/rest.li/compare/v29.60.0...v29.61.0 [29.60.0]: https://github.com/linkedin/rest.li/compare/v29.59.0...v29.60.0 [29.59.0]: https://github.com/linkedin/rest.li/compare/v29.58.11...v29.59.0 [29.58.11]: https://github.com/linkedin/rest.li/compare/v29.58.10...v29.58.11