Skip to content

Commit 48053e1

Browse files
committed
chore: release version 0.76.1
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
1 parent 476bb1f commit 48053e1

File tree

10 files changed

+18
-12
lines changed

10 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
- [](https://github.com/vegaprotocol/vega/issues/xxx)
2020

2121

22+
## 0.76.1
23+
24+
### 🐛 Fixes
25+
26+
- [11250](https://github.com/vegaprotocol/vega/issues/11250) - Add missing dispatch strategy in transfer proposal.
27+
- [11252](https://github.com/vegaprotocol/vega/issues/11252) - Treat no position as zero position when calculating stop order overrides.
28+
- [11249](https://github.com/vegaprotocol/vega/issues/11249) - Composite mark price oracles are now deactivated when a market is rejected.
29+
30+
2231
## 0.76.0
2332

2433
### 🚨 Breaking changes
@@ -62,15 +71,13 @@
6271
- [11000](https://github.com/vegaprotocol/vega/issues/11000) - Vesting summary events are now sorted properly before sending.
6372
- [11065](https://github.com/vegaprotocol/vega/issues/11065) - `SLA` commitment state is reset properly at the end of an epoch
6473
- [10960](https://github.com/vegaprotocol/vega/issues/10960) - Only the owner of a referral set can update it.
65-
- [11249](https://github.com/vegaprotocol/vega/issues/11249) - Composite mark price oracles are now deactivated when a market is rejected.
6674
- [10970](https://github.com/vegaprotocol/vega/issues/10970) - Logic for whether a team member joined more than `rewards.team.minEpochsInTeam` is fixed.
6775
- [10943](https://github.com/vegaprotocol/vega/issues/10943) - Fix error message format when node vote is sent again.
6876
- [10928](https://github.com/vegaprotocol/vega/issues/10928) - Fix `collateralIncreaseEstimate` for limit orders in isolated margin mode
6977
- [10952](https://github.com/vegaprotocol/vega/issues/10952) - Fix bug that caused spot markets to get stuck in opening auction.
7078
- [10950](https://github.com/vegaprotocol/vega/issues/10950) - Fix bug that caused cancelled liquidity provisions to stick around after opening auction.
7179
- [10975](https://github.com/vegaprotocol/vega/issues/10975) - Fix marshaller for stop order rejection error.
7280
- [10973](https://github.com/vegaprotocol/vega/issues/10973) - Avoid entering an auction or doing mark-to-market before market entered opening auction or after it is in a terminal state.
73-
- [11252](https://github.com/vegaprotocol/vega/issues/11252) - Treat no position as zero position when calculating stop order overrides.
7481
- [10969](https://github.com/vegaprotocol/vega/issues/10969) - Ensure teams statistics are computed from team rewards.
7582
- [10962](https://github.com/vegaprotocol/vega/issues/10962) - Fix `lastFeeDistribution` time in snapshot.
7683
- [10974](https://github.com/vegaprotocol/vega/issues/10974) - Target stake for spot should not consider position factor.
@@ -101,7 +108,6 @@
101108
- [11205](https://github.com/vegaprotocol/vega/issues/11205) - Evaluate transfer interval correctly.
102109
- [10374](https://github.com/vegaprotocol/vega/issues/10374) - Add transfer ID to recurring governance transfer ledger entries.
103110
- [11221](https://github.com/vegaprotocol/vega/issues/11221) - Fix for `totalRewardsEarned` being twice the `rewardEarned`.
104-
- [11250](https://github.com/vegaprotocol/vega/issues/11250) - Add missing dispatch strategy in transfer proposal.
105111

106112
## 0.75.0
107113

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.76.0";
14+
version: "v0.76.1";
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.76.0";
20+
version: "v0.76.1";
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.76.0";
15+
version: "v0.76.1";
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.76.0";
16+
version: "v0.76.1";
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.76.0"
25+
cliVersion = "v0.76.1"
2626
)
2727

2828
func init() {

0 commit comments

Comments
 (0)