Skip to content

Commit 9d1fea9

Browse files
authored
chore(release): 20.10.2 (#1816)
* chore(release): 20.10.2 * Update docs
1 parent dad2043 commit 9d1fea9

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.10.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.1..v20.10.2) (2025-10-30)
6+
7+
### Fix
8+
9+
- fix: add validatorSet when forceNone for /staking/progress if it exists ([#1814](https://github.com/paritytech/substrate-api-sidecar/pull/1814)) ([dad2043](https://github.com/paritytech/substrate-api-sidecar/commit/dad204382701b784e6a1ab9e1b3df621b461dae7))
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 v1007001
20+
- Kusama v1009002
21+
- Westend v1020004
22+
- Polkadot Asset Hub v1007001
23+
- Kusama Asset Hub v1009002
24+
525
## [20.10.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.10.0..v20.10.1) (2025-10-24)
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.0
11+
version: 20.10.2
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.1
11+
version: 20.10.2
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.1",
2+
"version": "20.10.2",
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)