diff --git a/.changelog/5513.internal.md b/.changelog/5513.internal.md deleted file mode 100644 index 528c264e405..00000000000 --- a/.changelog/5513.internal.md +++ /dev/null @@ -1 +0,0 @@ -Bump Rust toolchain to 2024-01-08 diff --git a/.changelog/5587.feature.md b/.changelog/5587.feature.md deleted file mode 100644 index 9efc1db7c65..00000000000 --- a/.changelog/5587.feature.md +++ /dev/null @@ -1 +0,0 @@ -go: Update go to 1.21.8 diff --git a/.changelog/5610.internal.md b/.changelog/5610.internal.md deleted file mode 100644 index 26241f79be4..00000000000 --- a/.changelog/5610.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: Update SGX tests to run DCAP diff --git a/.changelog/5625.feature.2.md b/.changelog/5625.feature.2.md deleted file mode 100644 index 8c52de9ae5a..00000000000 --- a/.changelog/5625.feature.2.md +++ /dev/null @@ -1 +0,0 @@ -go: Bump go-libp2p to v0.33.2 diff --git a/.changelog/5625.feature.md b/.changelog/5625.feature.md deleted file mode 100644 index d9dbf5b3310..00000000000 --- a/.changelog/5625.feature.md +++ /dev/null @@ -1 +0,0 @@ -go: Bump github.com/quic-go/quic-go to v0.42.0 diff --git a/.changelog/5660.bugfix.md b/.changelog/5660.bugfix.md deleted file mode 100644 index c3142ce3915..00000000000 --- a/.changelog/5660.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/compute/executor/committee: Retry scheduling on failure diff --git a/.punch_version.py b/.punch_version.py index b5b2cbe64c1..98c24e5da34 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '23' minor = 0 -micro = 10 +micro = 11 diff --git a/CHANGELOG.md b/CHANGELOG.md index 51151b1f704..3b96a0172db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,38 @@ The format is inspired by [Keep a Changelog]. +## 23.0.11 (2024-05-06) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 7.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 5.0.0 | + +### Features + +- go: Update go to 1.21.8 + ([#5587](https://github.com/oasisprotocol/oasis-core/issues/5587)) + +- go: Bump github.com/quic-go/quic-go to v0.42.0 + ([#5625](https://github.com/oasisprotocol/oasis-core/issues/5625)) + +- go: Bump go-libp2p to v0.33.2 + ([#5625](https://github.com/oasisprotocol/oasis-core/issues/5625)) + +### Bug Fixes + +- go/worker/compute/executor/committee: Retry scheduling on failure + ([#5660](https://github.com/oasisprotocol/oasis-core/issues/5660)) + +### Internal Changes + +- Bump Rust toolchain to 2024-01-08 + ([#5513](https://github.com/oasisprotocol/oasis-core/issues/5513)) + +- ci: Update SGX tests to run DCAP + ([#5610](https://github.com/oasisprotocol/oasis-core/issues/5610)) + ## 23.0.10 (2024-03-04) | Protocol | Version |