From 89557fb498a40170f4c90c74196d916afe83711d Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sat, 23 Nov 2024 10:38:54 -0800 Subject: [PATCH] Empty commit to trigger publishing version --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c500092..9b443ab6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.63.1] - 2024-11-23 +- empty commit to trigger publishing + ## [29.63.0] - 2024-11-06 - Add announcer status delegate interface @@ -5761,7 +5764,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.63.0...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.63.1...master +[29.63.1]: https://github.com/linkedin/rest.li/compare/v29.63.0...v29.63.1 [29.63.0]: https://github.com/linkedin/rest.li/compare/v29.62.1...v29.63.0 [29.62.1]: https://github.com/linkedin/rest.li/compare/v29.62.0...v29.62.1 [29.62.0]: https://github.com/linkedin/rest.li/compare/v29.61.0...v29.62.0 diff --git a/gradle.properties b/gradle.properties index 99272913b..23824f1c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.63.0 +version=29.63.1 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true