Skip to content

Commit 9fe1ee2

Browse files
authored
Preparing v0.22.0 release (#405)
1 parent 3cc8328 commit 9fe1ee2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
# Unreleased (0.22.0-dev)
5-
* Nothing yet
4+
# 0.22.0 (2023-02-27)
5+
* Fix: output benchmark errors in JSON format.
66

77
# 0.21.0 (2021-09-01)
88
* Fix gRPC server stream handling to be compatible with Java gRPC server.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ package main
2222

2323
// versionString is the sem-ver version string for yab.
2424
// It will be bumped explicitly on releases.
25-
var versionString = "0.22.0-dev"
25+
var versionString = "0.22.0"

0 commit comments

Comments
 (0)