diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8f7ae1..e5916ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.0.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.0...v14.0.1) (2024-04-19) + + +### Bug Fixes + +* use configured endpoint instead of default ([#824](https://github.com/ipfs/js-ipfsd-ctl/issues/824)) ([e0d2f88](https://github.com/ipfs/js-ipfsd-ctl/commit/e0d2f88cad60473547e236e6d15d8a345ec99f02)) + ## [14.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v13.0.0...v14.0.0) (2024-04-19) diff --git a/package.json b/package.json index 1fcd1e25..f6cce4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.0.0", + "version": "14.0.1", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",