From 63e1041867e6e42e3e1e741c96923644fef77e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Mon, 3 May 2021 14:38:01 +0200 Subject: [PATCH] changelog: Assemble changes for 1.1.1 release --- .changelog/196.bugfix.md | 1 - .changelog/198.doc.md | 3 --- .changelog/198.internal.md | 1 - .changelog/199.trivial.md | 0 .changelog/200.doc.md | 3 --- .punch_version.py | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 7 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 .changelog/196.bugfix.md delete mode 100644 .changelog/198.doc.md delete mode 100644 .changelog/198.internal.md delete mode 100644 .changelog/199.trivial.md delete mode 100644 .changelog/200.doc.md 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 |