Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Mar 14, 2024
1 parent 39f61fe commit d33ff85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
- No changes yet.

## [1.72.1] - 2024-03-14
- tchannel: Renamed caller-procedure header from `$rpc$-caller-procedure` to `rpc-caller-procedure`.

Expand Down Expand Up @@ -1500,6 +1503,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.72.1...HEAD
[1.72.1]: https://github.com/yarpc/yarpc-go/compare/v1.72.0...1.72.1
[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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Releasing
16. Verify the version number matches.

```
make verifyversion SUPPRESS_DOCKER=1
SUPPRESS_DOCKER=1 make verifyversion
```

17. Commit and push your changes.
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.72.1"
const Version = "1.73.0-dev"

0 comments on commit d33ff85

Please sign in to comment.