Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Sep 9, 2024
1 parent 23485b3 commit ed351c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.73.2] - 2024-09-09
### Added
- `OriginalHeader` accessor in `encoding.Call` to get an original header value for a request from context object with zero-copy, as opposed to accessing it via `OriginalHeaders()`
Expand Down Expand Up @@ -1516,6 +1519,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.73.2...HEAD
[1.73.2]: https://github.com/yarpc/yarpc-go/compare/v1.73.1...1.73.2
[1.73.1]: https://github.com/yarpc/yarpc-go/compare/v1.73.0...1.73.1
[1.73.0]: https://github.com/yarpc/yarpc-go/compare/v1.72.1...1.73.0
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.73.2"
const Version = "1.74.0-dev"

0 comments on commit ed351c6

Please sign in to comment.