Skip to content

Commit

Permalink
Update versions for v1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Aug 28, 2024
1 parent 82bf033 commit dd11f14
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## [v1.11.11](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.11)

This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.

The plugin version is updated to `37` all plugins must update to be compatible.

### APIs

### Fixes

### What's Changed

### New Contributors

**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.11.10...v1.11.11

## [v1.11.10](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.10)

This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.
Expand Down
2 changes: 1 addition & 1 deletion proto/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Avalanche gRPC

Now Serving: **Protocol Version 36**
Now Serving: **Protocol Version 37**

Protobuf files are hosted at
[https://buf.build/ava-labs/avalanche](https://buf.build/ava-labs/avalanche) and
Expand Down
3 changes: 3 additions & 0 deletions version/compatibility.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"37": [
"v1.11.11"
],
"36": [
"v1.11.10"
],
Expand Down
4 changes: 2 additions & 2 deletions version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const (
// RPCChainVMProtocol should be bumped anytime changes are made which
// require the plugin vm to upgrade to latest avalanchego release to be
// compatible.
RPCChainVMProtocol uint = 36
RPCChainVMProtocol uint = 37
)

// These are globals that describe network upgrades and node versions
var (
Current = &Semantic{
Major: 1,
Minor: 11,
Patch: 10,
Patch: 11,
}
CurrentApp = &Application{
Name: Client,
Expand Down

0 comments on commit dd11f14

Please sign in to comment.