diff --git a/.changelog/196.bugfix.md b/.changelog/196.bugfix.md deleted file mode 100644 index eda27f17..00000000 --- a/.changelog/196.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix possible nil pointer dereference in GetStatus diff --git a/.changelog/198.doc.md b/.changelog/198.doc.md deleted file mode 100644 index 6e7d6afd..00000000 --- a/.changelog/198.doc.md +++ /dev/null @@ -1,3 +0,0 @@ -Note that `RELEASE_BRANCH` variable needs to be exported in [Release Process] - -[Release Process]: docs/release-process.md diff --git a/.changelog/198.internal.md b/.changelog/198.internal.md deleted file mode 100644 index 9b3fcbbc..00000000 --- a/.changelog/198.internal.md +++ /dev/null @@ -1 +0,0 @@ -changelog: Automatically add important versions table diff --git a/.changelog/199.trivial.md b/.changelog/199.trivial.md deleted file mode 100644 index e69de29b..00000000 diff --git a/.changelog/200.doc.md b/.changelog/200.doc.md deleted file mode 100644 index 6e7d6afd..00000000 --- a/.changelog/200.doc.md +++ /dev/null @@ -1,3 +0,0 @@ -Note that `RELEASE_BRANCH` variable needs to be exported in [Release Process] - -[Release Process]: docs/release-process.md diff --git a/.punch_version.py b/.punch_version.py index 996a45a3..3a0ff08b 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 1 minor = 1 -patch = 0 +patch = 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1040c2b0..89eb1057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,31 @@ The format is inspired by [Keep a Changelog]. +## 1.1.1 (2021-05-03) + +| Name | Version | +|:-------------|:---------:| +| Rosetta API | 1.4.1 | +| Oasis Core | 21.1 | + +### Bug Fixes + +- Fix possible nil pointer dereference in GetStatus + ([#196](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/196)) + +### Documentation Improvements + +- Note that `RELEASE_BRANCH` variable needs to be exported in [Release Process] + ([#198](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/198), + [#200](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/200)) + + [Release Process]: docs/release-process.md + +### Internal Changes + +- changelog: Automatically add important versions table + ([#198](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/198)) + ## 1.1.0 (2021-04-22) | Name | Version |