diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2ef1e..0bda6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [5.0.1](https://www.github.com/nftstorage/ipfs-cluster/compare/v5.0.0...v5.0.1) (2022-04-08) + + +### Bug Fixes + +* no more object with slash for CID ([#42](https://www.github.com/nftstorage/ipfs-cluster/issues/42)) ([e078957](https://www.github.com/nftstorage/ipfs-cluster/commit/e078957a03202871f3320813f226fadf0d75fd82)) + ## [5.0.0](https://www.github.com/nftstorage/ipfs-cluster/compare/v4.1.0...v5.0.0) (2022-04-04) diff --git a/package.json b/package.json index 5194ec6..4f3b651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nftstorage/ipfs-cluster", - "version": "5.0.0", + "version": "5.0.1", "description": "A zero-dependency client to the IPFS Cluster HTTP API, built for the browser.", "main": "./src/index.js", "type": "module",