diff --git a/CHANGELOG.md b/CHANGELOG.md index b280bb75d..803151c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.3...v5.0.0) (2024-09-12) + +### ⚠ BREAKING CHANGES + +* can only be used with the latest versions of `@libp2p/peer-id`, `@libp2p/interface` etc + +### Dependencies + +* update to libp2p@2.x.x deps ([#241](https://github.com/ipfs/js-kubo-rpc-client/issues/241)) ([ea07f0b](https://github.com/ipfs/js-kubo-rpc-client/commit/ea07f0bc848c4697350c6bd4c8ec0169423f3bd2)) + ## [4.1.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.2...v4.1.3) (2024-09-12) ### Dependencies diff --git a/package.json b/package.json index 71538bfc5..66a72560a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "4.1.3", + "version": "5.0.0", "description": "A client library for the Kubo RPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",