From 15e436eb82388c78f2441f88396e2e8c3ec377f3 Mon Sep 17 00:00:00 2001 From: PapaCharlie Date: Wed, 4 Sep 2024 08:35:52 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 ++++++- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a094c64db1..2120d7f9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,11 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.58.5] - 2024-09-04 +- Respect glob collection subscriptions on reconnect + ## [29.58.4] - 2024-09-03 +- Respect `startPublishing` call by always re-notifying watcher in XdsClientImpl ## [29.58.3] - 2024-08-12 - Disable the warmUp flaky unit test @@ -5721,7 +5725,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.4...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.5...master +[29.58.5]: https://github.com/linkedin/rest.li/compare/v29.58.4...v29.58.5 [29.58.4]: https://github.com/linkedin/rest.li/compare/v29.58.3...v29.58.4 [29.58.3]: https://github.com/linkedin/rest.li/compare/v29.58.2...v29.58.3 [29.58.2]: https://github.com/linkedin/rest.li/compare/v29.58.1...v29.58.2 diff --git a/gradle.properties b/gradle.properties index 8782188e30..ba684a867a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.58.4 +version=29.58.5 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true