From af7f497ba714338ce9c5525b8aa809efa3cf99f0 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 3 Oct 2024 08:14:46 -0700 Subject: [PATCH] bump version for previous change (#1026) --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33e90fee..2da2f25c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.58.11] - 2024-10-03 +- Add getters in ZookeeperAnnouncer + ## [29.58.10] - 2024-09-24 - Add symbol ID in the exception message when protobuf fails to resolve string references. @@ -5740,7 +5743,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.10...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.11...master +[29.58.11]: https://github.com/linkedin/rest.li/compare/v29.58.10...v29.58.11 [29.58.10]: https://github.com/linkedin/rest.li/compare/v29.58.9...v29.58.10 [29.58.9]: https://github.com/linkedin/rest.li/compare/v29.58.8...v29.58.9 [29.58.8]: https://github.com/linkedin/rest.li/compare/v29.58.7...v29.58.8 diff --git a/gradle.properties b/gradle.properties index 557e0b00f..7854292db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.58.10 +version=29.58.11 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true