Skip to content

Commit

Permalink
Preparing release v1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Feb 21, 2024
1 parent 48e16a4 commit b955c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

=======
## [Unreleased]
## [1.72.0] - 2024-02-21
- Removed gonum.org/v1/gonum dependency.
- Enable rpc-caller-procedure via yarpc outbound middleware.

Expand Down Expand Up @@ -1497,7 +1497,7 @@ This release requires regeneration of ThriftRW code.
## 0.1.0 - 2016-08-31
- Initial release.
[Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.71.0...HEAD
[1.72.0]: https://github.com/yarpc/yarpc-go/compare/v1.71.0...v1.72.0
[1.71.0]: https://github.com/yarpc/yarpc-go/compare/v1.70.4...v1.71.0
[1.70.4]: https://github.com/yarpc/yarpc-go/compare/v1.70.3...v1.70.4
[1.70.3]: https://github.com/yarpc/yarpc-go/compare/v1.70.2...v1.70.3
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package yarpc // import "go.uber.org/yarpc"

// Version is the current version of YARPC.
const Version = "1.71.0-dev"
const Version = "1.72.0"

0 comments on commit b955c60

Please sign in to comment.