diff --git a/.changelog/290.feature.md b/.changelog/290.feature.md deleted file mode 100644 index 3285ea39..00000000 --- a/.changelog/290.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 22.0 diff --git a/.punch_version.py b/.punch_version.py index e215d34b..6638474f 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 2 -minor = 0 +minor = 1 patch = 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8ffe47..7c7dc867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,18 @@ The format is inspired by [Keep a Changelog]. +## 2.1.0 (2022-03-07) + +| Name | Version | +|:-------------|:-------:| +| Rosetta API | 1.4.12 | +| Oasis Core | 22.0 | + +### Features + +- Bump Oasis Core to 22.0 + ([#290](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/290)) + ## 2.0.0 (2022-02-16) | Name | Version |