From 236a24528f7b1fdfce16fe86fd42ee20363eba4c Mon Sep 17 00:00:00 2001 From: brycezhongqing Date: Thu, 17 Oct 2024 11:17:00 -0700 Subject: [PATCH] update the release version --- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b429e4c..84469b4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and what APIs have changed, if applicable. ## [Unreleased] -## [29.59.1] - 2024-10-17 +## [29.60.0] - 2024-10-17 - Restore the old constructor to avoid incompatible issue ## [29.59.0] - 2024-10-07 @@ -5749,8 +5749,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.59.1...master -[29.59.1]: https://github.com/linkedin/rest.li/compare/v29.59.0...v29.59.1 +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.60.0...master +[29.60.0]: https://github.com/linkedin/rest.li/compare/v29.59.0...v29.60.0 [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 diff --git a/gradle.properties b/gradle.properties index d5832decc..750a98df0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.59.1 +version=29.60.0 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true