Skip to content

Commit d573d0b

Browse files
authored
chore(release): 20.11.0 (#1820)
* chore(release): 20.11.0 * Update polkadot version
1 parent 22873fb commit d573d0b

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [20.11.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.2..v20.11.0) (2025-11-03)
6+
7+
### Feat
8+
9+
- feat: add rcBlockHash to useRcBlock response ([#1818](https://github.com/paritytech/substrate-api-sidecar/pull/1818)) ([22873fb](https://github.com/paritytech/substrate-api-sidecar/commit/22873fbc44720d6c0c68a1e2369f8ab6faeae215))
10+
11+
## Compatibility
12+
13+
Tested against the following node releases:
14+
- Polkadot v1.20.0 (Polkadot stable2509)
15+
- Kusama v1.20.0 (Polkadot stable2509)
16+
- Westend v1.20.0 (Polkadot stable2509)
17+
18+
Tested against the following runtime releases:
19+
- Polkadot v2000000
20+
- Kusama v1009002
21+
- Westend v1020004
22+
- Polkadot Asset Hub v2000000
23+
- Kusama Asset Hub v1009002
24+
525
## [20.10.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.1..v20.10.2) (2025-10-30)
626

727
### Fix

docs-v2/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-v2/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.10.2
11+
version: 20.11.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

docs/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.10.2
11+
version: 20.11.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "20.10.2",
2+
"version": "20.11.0",
33
"name": "@substrate/api-sidecar",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",

0 commit comments

Comments
 (0)