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

chore: prepare v2 release #21

Merged
merged 1 commit into from
Nov 10, 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/unreleased/dependencies/1-csdk-eden.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/unreleased/improvements/3-module-path.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/v2.0.0/dependencies/1-sdk-eden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Upgrade Cosmos SDK to the latest v0.50.x release. ([#1](https://github.com/noble-assets/forwarding/pull/1))
1 change: 1 addition & 0 deletions .changelog/v2.0.0/features/1-app-wiring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Support [app wiring](https://docs.cosmos.network/v0.50/build/building-apps/app-go-v2) for compatibility with Noble's core codebase. ([#1](https://github.com/noble-assets/forwarding/pull/1))
1 change: 1 addition & 0 deletions .changelog/v2.0.0/features/1-state-collections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Utilize [collections](https://docs.cosmos.network/v0.50/build/packages/collections) for managing module state. ([#1](https://github.com/noble-assets/forwarding/pull/1))
1 change: 1 addition & 0 deletions .changelog/v2.0.0/improvements/19-repo-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Reorganize repository to align with Noble's standards. ([#19](https://github.com/noble-assets/forwarding/pull/19))
1 change: 1 addition & 0 deletions .changelog/v2.0.0/improvements/3-module-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update module path for v2 release line. ([#3](https://github.com/noble-assets/forwarding/pull/3))
3 changes: 3 additions & 0 deletions .changelog/v2.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Nov 10, 2024*

Second release of the `x/forwarding` module, aligning it with the latest developments in Cosmos and Noble.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
# CHANGELOG

## Unreleased
## v2.0.0

*Nov 10, 2024*

Second release of the `x/forwarding` module, aligning it with the latest developments in Cosmos and Noble.

### DEPENDENCIES

- Upgrade Cosmos SDK from `v0.45.x` to `v0.50.x` ([#1](https://github.com/noble-assets/forwarding/pull/1))
- Upgrade Cosmos SDK to the latest v0.50.x release. ([#1](https://github.com/noble-assets/forwarding/pull/1))

### FEATURES

- Support [app wiring](https://docs.cosmos.network/v0.50/build/building-apps/app-go-v2) for compatibility with Noble's core codebase. ([#1](https://github.com/noble-assets/forwarding/pull/1))
- Utilize [collections](https://docs.cosmos.network/v0.50/build/packages/collections) for managing module state. ([#1](https://github.com/noble-assets/forwarding/pull/1))
- Support an optional fallback address for easy recovery of funds. ([#12](https://github.com/noble-assets/forwarding/pull/12))
- Allow fine-tuned control over which denoms are forwarded. ([#13](https://github.com/noble-assets/forwarding/pull/13))
- Allow accounts with a balance to be registered signerlessly. ([#18](https://github.com/noble-assets/forwarding/pull/18))

### IMPROVEMENTS

- Bump module path to `v2` to align with Golang conventions. ([#3](https://github.com/noble-assets/forwarding/pull/3))
- Update module path for v2 release line. ([#3](https://github.com/noble-assets/forwarding/pull/3))
- Emit events for key module actions (registering, clearing, etc). ([#13](https://github.com/noble-assets/forwarding/pull/13))
- Reorganize repository to align with Noble's standards. ([#19](https://github.com/noble-assets/forwarding/pull/19))

## v1.1.0

Expand Down