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