Skip to content

Commit 5280128

Browse files
authored
Merge pull request #201 from oasisprotocol/stable/1.1.x-changelog
changelog: Assemble changes for 1.1.1 release
2 parents 7dad5a5 + 63e1041 commit 5280128

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.changelog/196.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/198.doc.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changelog/198.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/199.trivial.md

Whitespace-only changes.

.changelog/200.doc.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 1
22
minor = 1
3-
patch = 0
3+
patch = 1

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,31 @@ The format is inspired by [Keep a Changelog].
2121

2222
<!-- TOWNCRIER -->
2323

24+
## 1.1.1 (2021-05-03)
25+
26+
| Name | Version |
27+
|:-------------|:---------:|
28+
| Rosetta API | 1.4.1 |
29+
| Oasis Core | 21.1 |
30+
31+
### Bug Fixes
32+
33+
- Fix possible nil pointer dereference in GetStatus
34+
([#196](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/196))
35+
36+
### Documentation Improvements
37+
38+
- Note that `RELEASE_BRANCH` variable needs to be exported in [Release Process]
39+
([#198](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/198),
40+
[#200](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/200))
41+
42+
[Release Process]: docs/release-process.md
43+
44+
### Internal Changes
45+
46+
- changelog: Automatically add important versions table
47+
([#198](https://github.com/oasisprotocol/oasis-core-rosetta-gateway/issues/198))
48+
2449
## 1.1.0 (2021-04-22)
2550

2651
| Name | Version |

0 commit comments

Comments
 (0)