From 7a8fcc89f87f7eadf4ed14bbec9ebac89c7e456f Mon Sep 17 00:00:00 2001 From: brycezhongqing Date: Fri, 11 Oct 2024 09:07:18 -0700 Subject: [PATCH] resolve comments --- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cde2a88..ec05a9b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and what APIs have changed, if applicable. ## [Unreleased] -## [29.58.12] - 2024-10-07 +## [29.59.0] - 2024-10-07 - Add support for announcing/deannoucing service only to INDIS ## [29.58.11] - 2024-10-03 @@ -5746,8 +5746,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.12...master -[29.58.12]: https://github.com/linkedin/rest.li/compare/v29.58.11...v29.58.12 +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.59.0...master +[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 [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 diff --git a/gradle.properties b/gradle.properties index e7075f74d..87b5768bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.58.12 +version=29.59.0 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true