diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 1518498fbc..994a3a1f10 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://github.com/nftstorage/nft.storage/compare/gateway-v1.1.0...gateway-v1.1.1) (2022-02-11) + + +### Bug Fixes + +* gateway requested with custom header requested from ([#1344](https://github.com/nftstorage/nft.storage/issues/1344)) ([cf841bb](https://github.com/nftstorage/nft.storage/commit/cf841bbf0c2e24d303dae05f494b1b4fcbc500bd)) + ## [1.1.0](https://github.com/nftstorage/nft.storage/compare/gateway-v1.0.1...gateway-v1.1.0) (2022-02-09) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 2044f07377..33194da355 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.1.0", + "version": "1.1.1", "description": "IPFS gateway for nft.storage", "private": true, "type": "module",