Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble changes for 2.7.0 release #532

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changelog/328.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/478.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/480.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/484.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/485.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/486.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/487.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/488.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/490.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/491.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/493.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/506.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/507.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/524.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/527.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/531.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/533.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 2
minor = 6
minor = 7
patch = 0
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,58 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 2.7.0 (2024-05-27)

| Name | Version |
|:-------------|:-------:|
| Rosetta API | 1.4.12 |
| Oasis Core | 24.0 |

### Features

- Bump oasis-core to 24.0 and go to 1.22.3
([#531](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/531))

- docker: testnet genesis and other updates
([#486](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/486))

- docker: migrate mainnet config
([#488](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/488))

- docker: update mainnet genesis
([#491](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/491))

### Documentation Improvements

- docs: change suggested backport branch names
([#328](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/328))

- docs: update links and node directories
([#487](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/487))

- docs: restore specific model refrence links
([#524](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/524))

### Internal Changes

- ci: bump actions/setup-node from 3.8.1 to 4.0.0
([#478](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/478))

- Install setuptools to make Towncrier fork work with Python 3.12
([#480](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/480))

- ci: bump docker/build-push-action from 5.0.0 to 5.1.0
([#484](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/484))

- Update gitlint and markdownlint configs
([#506](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/506))

- tests: rosetta -> mesh
([#507](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/507))

- CI: fix command injection plus other changes
([#527](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/527))

## 2.6.0 (2023-10-11)

| Name | Version |
Expand Down
Loading