diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index d9a6ad8f..60c54c64 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -4,6 +4,7 @@ [#388](https://github.com/rust-bitcoin/corepc/pull/388). - Bump MSRV to 1.75.0 [#405](https://github.com/rust-bitcoin/corepc/pull/405) - Update to use latest `types v0.11.0`. +- Support a bunch more RPC methods (incl. hidden ones). # 0.10.0 - 2025-10-07 diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index 8bef375b..a53dac44 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -2,6 +2,7 @@ - Bump MSRV to 1.75.0 [#405](https://github.com/rust-bitcoin/corepc/pull/405) - Update to use latest `client v0.11.0`. +- Add support for Bitcoin Core 30.0 # 0.10.1 2025-11-18