Skip to content

Commit 2536755

Browse files
author
Alex Peats-Bond
committed
Back to development
1 parent dc58155 commit 2536755

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
- No changes yet.
9+
710
## [1.47.1] - 2020-09-02
811
### Removed
912
- Reverted `go.mod` Go version from 1.14 to 1.13.
@@ -1272,6 +1275,7 @@ This release requires regeneration of ThriftRW code.
12721275
12731276
- Initial release.
12741277
1278+
[Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.47.1...HEAD
12751279
[1.47.1]: https://github.com/yarpc/yarpc-go/compare/v1.47.0...v1.47.1
12761280
[1.47.0]: https://github.com/yarpc/yarpc-go/compare/v1.46.0...v1.47.0
12771281
[1.46.0]: https://github.com/yarpc/yarpc-go/compare/v1.45.0...v1.46.0

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package yarpc // import "go.uber.org/yarpc"
2222

2323
// Version is the current version of YARPC.
24-
const Version = "1.47.1"
24+
const Version = "1.48.0-dev"

0 commit comments

Comments
 (0)