Skip to content

Commit

Permalink
Update versions for v1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jun 10, 2024
1 parent cd0c6e1 commit 77dbf22
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

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

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 unchanged at `35` and is compatible with versions `v1.11.3-v1.11.7`.

### APIs

- Redesigned metrics to use labels rather than custom namespaces.

### What's Changed

**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.11.7...v1.11.8

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

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
3 changes: 2 additions & 1 deletion version/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"v1.11.4",
"v1.11.5",
"v1.11.6",
"v1.11.7"
"v1.11.7",
"v1.11.8"
],
"34": [
"v1.11.2"
Expand Down
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 11,
Patch: 7,
Patch: 8,
}
CurrentApp = &Application{
Name: Client,
Expand Down

0 comments on commit 77dbf22

Please sign in to comment.