diff --git a/.changelog/405.internal.md b/.changelog/405.internal.md deleted file mode 100644 index 213eb84d..00000000 --- a/.changelog/405.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-node from 3.5.0 to 3.6.0 diff --git a/.changelog/409.internal.md b/.changelog/409.internal.md deleted file mode 100644 index 5a91b939..00000000 --- a/.changelog/409.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-python from 4.2.0 to 4.5.0 diff --git a/.changelog/412.internal.md b/.changelog/412.internal.md deleted file mode 100644 index db316a45..00000000 --- a/.changelog/412.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump golangci/golangci-lint-action from 3.2.0 to 3.4.0 diff --git a/.changelog/413.internal.md b/.changelog/413.internal.md deleted file mode 100644 index 16c17403..00000000 --- a/.changelog/413.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/cache from 3.0.8 to 3.3.1 diff --git a/.changelog/417.internal.md b/.changelog/417.internal.md deleted file mode 100644 index 8758eeb4..00000000 --- a/.changelog/417.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump docker/build-push-action from 3.1.1 to 4.0.0 diff --git a/.changelog/418.internal.md b/.changelog/418.internal.md deleted file mode 100644 index 5b497187..00000000 --- a/.changelog/418.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: bump github.com/coinbase/rosetta-cli from 0.10.0 to 0.10.3 diff --git a/.changelog/424.doc.md b/.changelog/424.doc.md deleted file mode 100644 index ec0d64e5..00000000 --- a/.changelog/424.doc.md +++ /dev/null @@ -1 +0,0 @@ -fixed error on Reclaim Escrow documentation diff --git a/.changelog/428.internal.md b/.changelog/428.internal.md deleted file mode 100644 index 7a40e458..00000000 --- a/.changelog/428.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump Node.js diff --git a/.changelog/430.internal.md b/.changelog/430.internal.md deleted file mode 100644 index 5e9ed337..00000000 --- a/.changelog/430.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-go from 3 to 4 diff --git a/.changelog/432.internal.md b/.changelog/432.internal.md deleted file mode 100644 index f510cdd7..00000000 --- a/.changelog/432.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: bump google.golang.org/grpc from 1.49.0 to 1.54.0 diff --git a/.changelog/433.feature.md b/.changelog/433.feature.md deleted file mode 100644 index 1df4380c..00000000 --- a/.changelog/433.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 22.2.8 diff --git a/.changelog/434.internal.md b/.changelog/434.internal.md deleted file mode 100644 index 414ae344..00000000 --- a/.changelog/434.internal.md +++ /dev/null @@ -1 +0,0 @@ -bump actions/setup-python from 4.5.0 to 4.6.0 diff --git a/.changelog/435.internal.md b/.changelog/435.internal.md deleted file mode 100644 index 8d7dabb7..00000000 --- a/.changelog/435.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: update gitlint config diff --git a/.changelog/436.internal.md b/.changelog/436.internal.md deleted file mode 100644 index e19c2cc3..00000000 --- a/.changelog/436.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: Append Change Log fragments to Dependabot PRs diff --git a/.changelog/437.internal.md b/.changelog/437.internal.md deleted file mode 100644 index 718c4c2b..00000000 --- a/.changelog/437.internal.md +++ /dev/null @@ -1 +0,0 @@ -bump google.golang.org/grpc from 1.54.0 to 1.55.0 diff --git a/.changelog/438.feature.md b/.changelog/438.feature.md deleted file mode 100644 index da44dc81..00000000 --- a/.changelog/438.feature.md +++ /dev/null @@ -1 +0,0 @@ -network: add gateway version as middleware_version diff --git a/.punch_version.py b/.punch_version.py index 96e7a369..52f52a23 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 2 -minor = 3 +minor = 4 patch = 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1f7102..d85ce998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,63 @@ The format is inspired by [Keep a Changelog]. +## 2.4.0 (2023-05-18) + +| Name | Version | +|:-------------|:-------:| +| Rosetta API | 1.4.12 | +| Oasis Core | 22.2.8 | + +### Features + +- Bump Oasis Core to 22.2.8 + ([#433](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/433)) + +- network: add gateway version as middleware_version + ([#438](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/438)) + +### Documentation Improvements + +- fixed error on Reclaim Escrow documentation + ([#424](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/424)) + +### Internal Changes + +- ci: bump actions/setup-node from 3.5.0 to 3.6.0 + ([#405](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/405)) + +- ci: bump actions/setup-python from 4.2.0 to 4.6.0 + ([#409](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/409), + [#434](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/434)) + +- ci: bump golangci/golangci-lint-action from 3.2.0 to 3.4.0 + ([#412](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/412)) + +- ci: bump actions/cache from 3.0.8 to 3.3.1 + ([#413](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/413)) + +- ci: bump docker/build-push-action from 3.1.1 to 4.0.0 + ([#417](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/417)) + +- go: bump github.com/coinbase/rosetta-cli from 0.10.0 to 0.10.3 + ([#418](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/418)) + +- ci: bump Node.js + ([#428](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/428)) + +- ci: bump actions/setup-go from 3 to 4 + ([#430](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/430)) + +- go: bump google.golang.org/grpc from 1.49.0 to 1.55.0 + ([#432](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/432), + [#437](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/437)) + +- ci: update gitlint config + ([#435](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/435)) + +- ci: Append Change Log fragments to Dependabot PRs + ([#436](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/436)) + ## 2.3.0 (2022-11-07) | Name | Version |