Skip to content

Commit 1e1cdd3

Browse files
authored
Merge pull request #456 from oasisprotocol/changelog
Assemble changes for 2.5.0 release
2 parents ed8ee62 + 5234c8c commit 1e1cdd3

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

.changelog/444.internal.md

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

.changelog/445.internal.md

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

.changelog/449.internal.go

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

.changelog/451.internal.md

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

.changelog/452.internal.md

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

.changelog/455.feature.md

Lines changed: 0 additions & 1 deletion
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 = 2
2-
minor = 4
2+
minor = 5
33
patch = 0

CHANGELOG.md

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

2222
<!-- TOWNCRIER -->
2323

24+
## 2.5.0 (2023-08-11)
25+
26+
| Name | Version |
27+
|:-------------|:-------:|
28+
| Rosetta API | 1.4.12 |
29+
| Oasis Core | 22.2.11 |
30+
31+
### Features
32+
33+
- Bump Oasis Core to 22.2.11
34+
([#455](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/455))
35+
36+
### Internal Changes
37+
38+
- ci: bump golangci/golangci-lint-action from 3.4.0 to 3.6.0
39+
([#444](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/444))
40+
41+
- ci: bump docker/build-push-action from 4.0.0 to 4.1.1
42+
([#445](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/445))
43+
44+
- ci: bump actions/setup-node from 3.6.0 to 3.7.0
45+
([#449](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/449))
46+
47+
- ci: bump actions/setup-python from 4.6.0 to 4.7.0
48+
([#451](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/451))
49+
50+
- go: bump google.golang.org/grpc from 1.55.0 to 1.57.0
51+
([#452](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/452))
52+
2453
## 2.4.0 (2023-05-18)
2554

2655
| Name | Version |

0 commit comments

Comments
 (0)