diff --git a/CHANGELOG.md b/CHANGELOG.md index 661773c7..0ef14514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.22.0](https://www.github.com/ethersphere/swarm-cli/compare/v2.21.0...v2.22.0) (2024-12-09) + + +### Features + +* add chainsync info to status command ([#549](https://www.github.com/ethersphere/swarm-cli/issues/549)) ([951814d](https://www.github.com/ethersphere/swarm-cli/commit/951814dce629ee40d52a95afbbbcf11c2c2f7dca)) + ## [2.21.0](https://www.github.com/ethersphere/swarm-cli/compare/v2.20.0...v2.21.0) (2024-12-09) diff --git a/package-lock.json b/package-lock.json index 30a3da52..6212b4c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "2.21.0", + "version": "2.22.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5607fd9a..13241927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "2.21.0", + "version": "2.22.0", "description": "CLI tool for Bee", "keywords": [ "Bee",