Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerKwok committed Jul 19, 2024
1 parent 92ff80b commit ebbc717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and what APIs have changed, if applicable.

## [Unreleased]

## [29.58.1] - 2024-07-19
- Increase verbosity of testExtensionSchemaValidation tests

## [29.58.0] - 2024-07-11
- Allow both @extension and @grpcExtension extensions in schema validation

Expand Down Expand Up @@ -5710,7 +5713,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.0...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.58.1...master
[29.58.1]: https://github.com/linkedin/rest.li/compare/v29.58.0...v29.58.1
[29.58.0]: https://github.com/linkedin/rest.li/compare/v29.57.2...v29.58.0
[29.57.2]: https://github.com/linkedin/rest.li/compare/v29.57.1...v29.57.2
[29.57.1]: https://github.com/linkedin/rest.li/compare/v29.57.0...v29.57.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=29.58.0
version=29.58.1
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down

0 comments on commit ebbc717

Please sign in to comment.