Skip to content

Commit 60496e7

Browse files
committed
chore: release v0.78.6
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
1 parent aac8970 commit 60496e7

10 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
- [](https://github.com/vegaprotocol/vega/issues/xxx)
2020

2121

22+
## 0.78.6
23+
24+
### 🐛 Fixes
25+
26+
- [11687](https://github.com/vegaprotocol/vega/issues/11687) - Fix potential division by zero in notional reward metric evaluation.
27+
- [11689](https://github.com/vegaprotocol/vega/issues/11689) - Set max window length to 200.
28+
2229
## 0.78.5
2330

2431
### 🐛 Fixes
@@ -62,7 +69,7 @@
6269
- [11665](https://github.com/vegaprotocol/vega/issues/11665) - Delay the final termination of a transfer to the following epoch.
6370
- [11679](https://github.com/vegaprotocol/vega/issues/11679) - Fix calculation of fees in party `stats`.
6471
- [11665](https://github.com/vegaprotocol/vega/issues/11665) - Delay the final termination of a transfer to the following epoch.
65-
- [11687](https://github.com/vegaprotocol/vega/issues/11687) - Fix potential division by zero in notional reward metric evaluation.
72+
- [11687](https://github.com/vegaprotocol/vega/issues/11687) - Fix potential division by zero in notional reward metric evaluation.
6673
## 0.78.1
6774

6875
### 🐛 Fixes

protos/blockexplorer/api/v1/blockexplorer.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/data-node/api/v2/trading_data.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/sources/blockexplorer/api/v1/blockexplorer.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/blockexplorer/api/v1";
1111
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1212
info: {
1313
title: "Vega block explorer APIs";
14-
version: "v0.78.5";
14+
version: "v0.78.6";
1515
}
1616
schemes: [
1717
HTTP,

protos/sources/data-node/api/v2/trading_data.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/data-node/api/v2";
1717
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1818
info: {
1919
title: "Vega data node APIs";
20-
version: "v0.78.5";
20+
version: "v0.78.6";
2121
}
2222
schemes: [
2323
HTTP,

protos/sources/vega/api/v1/core.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
1212
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1313
info: {
1414
title: "Vega core APIs";
15-
version: "v0.78.5";
15+
version: "v0.78.6";
1616
}
1717
schemes: [
1818
HTTP,

protos/sources/vega/api/v1/corestate.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
1313
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1414
info: {
1515
title: "Vega core state APIs";
16-
version: "v0.78.5";
16+
version: "v0.78.6";
1717
}
1818
schemes: [
1919
HTTP,

protos/vega/api/v1/core.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/vega/api/v1/corestate.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
var (
2424
cliVersionHash = ""
25-
cliVersion = "v0.78.5"
25+
cliVersion = "v0.78.6"
2626
)
2727

2828
func init() {

0 commit comments

Comments
 (0)