From f5446434320849b7b84d3302e3264a102088ae0a Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 21 Dec 2023 14:33:01 -0800 Subject: [PATCH] bump minor version (#960) * bump minor version * update changelog * adjust change log message --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7d940cd0..d5d930f168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.49.0] - 2023-12-21 +- Bump minor version due to internal LinkedIn tooling requirement. No functional changes. + ## [29.48.9] - 2023-12-20 - No-op proxy detector for xDS gRPC channel builder. - Warning for unsupported `zero-allocation-hashing` library versions. @@ -5591,7 +5594,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.48.9...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.49.0...master +[29.49.0]: https://github.com/linkedin/rest.li/compare/v29.48.9...v29.49.0 [29.48.9]: https://github.com/linkedin/rest.li/compare/v29.48.8...v29.48.9 [29.48.8]: https://github.com/linkedin/rest.li/compare/v29.48.7...v29.48.8 [29.48.7]: https://github.com/linkedin/rest.li/compare/v29.48.6...v29.48.7 diff --git a/gradle.properties b/gradle.properties index cf397bf3d4..8714af71e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.48.9 +version=29.49.0 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true