Skip to content

Commit 6a80536

Browse files
committed
chore: prep changelog for 0.6.0-rc1 tag
chore: prep changelog for 0.6.0-rc1 tag
1 parent 6a9c489 commit 6a80536

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,33 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7+
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
## [0.6.0-rc1] - Filecoin-Pay M3 rc1
14+
15+
### Deployed
16+
- **Calibration**: `[ADDRESS_TO_BE_UPDATED]`
17+
- **Mainnet**: `[ADDRESS_TO_BE_UPDATED]`
18+
719
### Added
820
- Support for ERC-3009 (Transfer with authorization) ([#214](https://github.com/FilOzone/filecoin-pay/pull/214))
921
- Support for relayers to submit deposit transactions ([#217](https://github.com/FilOzone/filecoin-pay/pull/217))
1022
- Network fee charging in settlement operations ([#224](https://github.com/FilOzone/filecoin-pay/pull/224))
1123
- IERC20 type improvements and label mapping keys ([#225](https://github.com/FilOzone/filecoin-pay/pull/225))
24+
- Fee auction functionality ([#229](https://github.com/FilOzone/filecoin-pay/pull/229))
25+
- Pagination support for `_getRailsForAddressAndToken` ([#237](https://github.com/FilOzone/filecoin-pay/pull/237))
1226

1327
### Changed
28+
- Restored settlement permissions allowing any participant to settle rails ([#221](https://github.com/FilOzone/filecoin-pay/pull/221))
1429

1530
### Fixed
31+
- Network fee handling in `settleTerminatedRailWithoutValidation` ([#223](https://github.com/FilOzone/filecoin-pay/pull/223))
32+
- CI workflow issue with npm dependencies in publish-abis workflow ([#236](https://github.com/FilOzone/filecoin-pay/pull/236))
33+
- Add completed security audit report to readme ([#231](https://github.com/FilOzone/filecoin-pay/pull/231))
1634

1735
## [0.5.0] - Filecoin-Pay Developer Preview
1836

@@ -34,7 +52,6 @@ upcoming breaking changes.
3452
- Settlement operations now accessible by any participant (payer, payee, or operator) ([#219](https://github.com/FilOzone/filecoin-pay/pull/219), [#220](https://github.com/FilOzone/filecoin-pay/pull/220))
3553

3654
### Fixed
37-
- Network fee handling in `settleTerminatedRailWithoutValidation` ([#223](https://github.com/FilOzone/filecoin-pay/pull/223))
3855
- Settlement permission logic corrections ([#220](https://github.com/FilOzone/filecoin-pay/pull/220))
3956

4057
## [0.2.0] - Mainnet Alpha

0 commit comments

Comments
 (0)