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