Skip to content

Commit 55dd906

Browse files
authored
chore(release): 20.3.2 (#1682)
1 parent acad244 commit 55dd906

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.3.2](https://github.com/paritytech/substrate-api-sidecar/compare/v20.3.1..v20.3.2) (2025-06-16)
6+
7+
### Fix
8+
9+
- chore: set calc to 0.3.1 ([#1680](https://github.com/paritytech/substrate-api-sidecar/pull/1680)) ([acad244](https://github.com/paritytech/substrate-api-sidecar/commit/acad244eec9723c26202c2dc12d764140bd033dd))
10+
- NOTE: This fixes an issue where staking-payouts was incorrectly returning the payouts for nominators.
11+
12+
## Compatibility
13+
14+
Tested against the following node releases:
15+
- Polkadot v1.18.0 (Polkadot stable2503-5)
16+
- Kusama v1.18.0 (Polkadot stable2503-5)
17+
- Westend v1.18.0 (Polkadot stable2503-5)
18+
19+
Tested against the following runtime releases:
20+
- Polkadot v1005001
21+
- Kusama v1005001
22+
- Westend v1018011
23+
524
## [20.3.1](https://github.com/paritytech/substrate-api-sidecar/compare/v20.3.0..v20.3.1) (2025-06-12)
625

726
### Fix

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.3.1
11+
version: 20.3.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.3.1",
2+
"version": "20.3.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)