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

🐛 fix CHANGELOG.md #1336

Open
wants to merge 1 commit into
base: manta
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# CHANGELOG

## v4.7.0
### Changed
- [\#1268](https://github.com/Manta-Network/Manta/pull/1268) Bump eps to polkadot v0.9.43 [MACA]
- [\#1290](https://github.com/Manta-Network/Manta/pull/1290) Happy ew year🥂 [MACA]
- [\#1291](https://github.com/Manta-Network/Manta/pull/1291) Organize eps by workspace [MACA]
- [\#1297](https://github.com/Manta-Network/Manta/pull/1297) Release .6.1 [MACA]
- [\#1320](https://github.com/Manta-Network/Manta/pull/1320) unfilter Tokens on Manta [MACA]
- [\#1313](https://github.com/Manta-Network/Manta/pull/1313) :wrench: pdate `manta-genosis`
- [\#1317](https://github.com/Manta-Network/Manta/pull/1317) Unfilter ransfer for assets [MA]
- [\#1310](https://github.com/Manta-Network/Manta/pull/1310) Polkadot 1.6.0 [MACA]

### Fixed
- [\#1277](https://github.com/Manta-Network/Manta/pull/1277) Release 4.6.0 [MACA]
- [\#1287](https://github.com/Manta-Network/Manta/pull/1287) :bug: ix messed up github history
- [\#1288](https://github.com/Manta-Network/Manta/pull/1288) Fix torage migration for assets-manager [MACA]
- [\#1296](https://github.com/Manta-Network/Manta/pull/1296) Fix aura lot [MACA]
- [\#1299](https://github.com/Manta-Network/Manta/pull/1299) allow ermissionless asset [MA]
- [\#1301](https://github.com/Manta-Network/Manta/pull/1301) Unfilter et_staking_expectations [MACA]
- [\#1303](https://github.com/Manta-Network/Manta/pull/1303) Release 4.6.1-1 [MA]
- [\#1315](https://github.com/Manta-Network/Manta/pull/1315) change p asset check [MA]
- [\#1328](https://github.com/Manta-Network/Manta/pull/1328) fix kick ottery [MA]
- [\#1326](https://github.com/Manta-Network/Manta/pull/1326) Release 4.6.2 [MACA]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be its own release... I think the tool has wrong output

Copy link
Contributor Author

@anaye1997 anaye1997 May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how can we fix this?

like we generate notes for 4.6.0 first, then update this markdown file and then repeat for 4.6.1?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the devtool needs to be fixed that generates the diff https://github.com/Manta-Network/dev-tools/tree/main/changelog-generator

- [\#1329](https://github.com/Manta-Network/Manta/pull/1329) Fix ruby etup in ci
- [\#1331](https://github.com/Manta-Network/Manta/pull/1331) fix ottery withdraw issue [MA]
- [\#1333](https://github.com/Manta-Network/Manta/pull/1333) Fix xcm benchmark tests [MACA]

## v4.5.0
### Added
- [\#1240](https://github.com/Manta-Network/Manta/pull/1240) :sparkle: org `arc-runner` patch 1 [MACA]
Expand Down
Loading