From ecb55382f7d5d78b57e1ad3c38dae4eb452f7a30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:33:28 +0700 Subject: [PATCH] chore(main): release 1.4.1 (#2089) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ross Bulat --- docs/CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 51dcd5e9d2..4948c91ee1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.1](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.4.0...v1.4.1) (2024-04-18) + + +### Features + +* Enable paged rewards on Kusama, disable `missing_identity` ([#2088](https://github.com/paritytech/polkadot-staking-dashboard/issues/2088)) ([dda72ef](https://github.com/paritytech/polkadot-staking-dashboard/commit/dda72efb2f6569ecca99c67258d8ab732371f07b)) + + + ## [1.4.0](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.3.1...v1.4.0) (2024-04-18) diff --git a/package.json b/package.json index 75d4142395..7cb266289c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-staking-dashboard", - "version": "1.4.0", + "version": "1.5.0", "type": "module", "license": "GPL-3.0-only", "scripts": {