From 7cc1d6b39f4955b482b94b4e7c3520ea2e78c83e Mon Sep 17 00:00:00 2001 From: PapaCharlie Date: Fri, 26 Jan 2024 15:47:01 -0800 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116292caf5..7d698184f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.49.9] - 2024-01-26 + ## [29.49.8] - 2024-01-19 - add WIRE_COMPATIBLE compatility checker mode. @@ -5618,7 +5620,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.49.8...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.49.9...master +[29.49.9]: https://github.com/linkedin/rest.li/compare/v29.49.8...v29.49.9 [29.49.8]: https://github.com/linkedin/rest.li/compare/v29.49.7...v29.49.8 [29.49.7]: https://github.com/linkedin/rest.li/compare/v29.49.6...v29.49.7 [29.49.6]: https://github.com/linkedin/rest.li/compare/v29.49.5...v29.49.6 diff --git a/gradle.properties b/gradle.properties index a51473b977..575b423c0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.49.8 +version=29.49.9 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true