From faf30ae03150a37056b77b86f2566872ba885c72 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 30 May 2024 17:30:59 -0700 Subject: [PATCH] fix changelog and version (#1002) --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e60da83ff..be7ffcab13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and what APIs have changed, if applicable. ## [Unreleased] -## [29.55.0] - 2024-05-14 +## [29.56.0] - 2024-05-30 - degrade hosts for HTTP/2 stream errors in Degrader and Relative LB. ## [29.55.0] - 2024-05-23 @@ -5695,7 +5695,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.55.0...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.56.0...master +[29.56.0]: https://github.com/linkedin/rest.li/compare/v29.55.0...v29.56.0 [29.55.0]: https://github.com/linkedin/rest.li/compare/v29.54.0...v29.55.0 [29.54.0]: https://github.com/linkedin/rest.li/compare/v29.53.1...v29.54.0 [29.53.1]: https://github.com/linkedin/rest.li/compare/v29.53.0...v29.53.1 diff --git a/gradle.properties b/gradle.properties index f377af2b28..8bc1d8a55b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.55.0 +version=29.56.0 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true