From 5234c8c926af0ed9f51c9637a5e48d8bbafc65a6 Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 11 Aug 2023 15:53:57 -0700 Subject: [PATCH] Assemble changes for 2.5.0 release --- .changelog/444.internal.md | 1 - .changelog/445.internal.md | 1 - .changelog/449.internal.go | 1 - .changelog/451.internal.md | 1 - .changelog/452.internal.md | 1 - .changelog/455.feature.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 8 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 .changelog/444.internal.md delete mode 100644 .changelog/445.internal.md delete mode 100644 .changelog/449.internal.go delete mode 100644 .changelog/451.internal.md delete mode 100644 .changelog/452.internal.md delete mode 100644 .changelog/455.feature.md diff --git a/.changelog/444.internal.md b/.changelog/444.internal.md deleted file mode 100644 index 9d26b761..00000000 --- a/.changelog/444.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 diff --git a/.changelog/445.internal.md b/.changelog/445.internal.md deleted file mode 100644 index 9081180d..00000000 --- a/.changelog/445.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump docker/build-push-action from 4.0.0 to 4.1.1 diff --git a/.changelog/449.internal.go b/.changelog/449.internal.go deleted file mode 100644 index feb59302..00000000 --- a/.changelog/449.internal.go +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-node from 3.6.0 to 3.7.0 diff --git a/.changelog/451.internal.md b/.changelog/451.internal.md deleted file mode 100644 index 667dfcb0..00000000 --- a/.changelog/451.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-python from 4.6.0 to 4.7.0 diff --git a/.changelog/452.internal.md b/.changelog/452.internal.md deleted file mode 100644 index 6b85db75..00000000 --- a/.changelog/452.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: bump google.golang.org/grpc from 1.55.0 to 1.57.0 diff --git a/.changelog/455.feature.md b/.changelog/455.feature.md deleted file mode 100644 index 3ce1dc0a..00000000 --- a/.changelog/455.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 22.2.11 diff --git a/.punch_version.py b/.punch_version.py index 52f52a23..1c7efbd8 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 2 -minor = 4 +minor = 5 patch = 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d85ce998..5f14a78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,35 @@ The format is inspired by [Keep a Changelog]. +## 2.5.0 (2023-08-11) + +| Name | Version | +|:-------------|:-------:| +| Rosetta API | 1.4.12 | +| Oasis Core | 22.2.11 | + +### Features + +- Bump Oasis Core to 22.2.11 + ([#455](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/455)) + +### Internal Changes + +- ci: bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 + ([#444](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/444)) + +- ci: bump docker/build-push-action from 4.0.0 to 4.1.1 + ([#445](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/445)) + +- ci: bump actions/setup-node from 3.6.0 to 3.7.0 + ([#449](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/449)) + +- ci: bump actions/setup-python from 4.6.0 to 4.7.0 + ([#451](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/451)) + +- go: bump google.golang.org/grpc from 1.55.0 to 1.57.0 + ([#452](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/452)) + ## 2.4.0 (2023-05-18) | Name | Version |