diff --git a/CHANGELOG.md b/CHANGELOG.md index e1447b5..77b9b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/gateway-lib/compare/v2.0.3...v3.0.0) (2023-05-02) + + +### ⚠ BREAKING CHANGES + +* CARs returned for cid+path will now be rooted at the root cid rather than the resovled cid for the end of the path and include all blocks needed to verify the path was traveresed correctly. + +### Features + +* support ?car-scope and verifiable paths for format=car ([#21](https://github.com/web3-storage/gateway-lib/issues/21)) ([7593a2f](https://github.com/web3-storage/gateway-lib/commit/7593a2f4572065e44c599cc887e039d7956107dc)) + ## [2.0.3](https://github.com/web3-storage/gateway-lib/compare/v2.0.2...v2.0.3) (2023-03-14) diff --git a/package-lock.json b/package-lock.json index d16765b..66bf3b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "2.0.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1db9127..fddf28d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/gateway-lib", - "version": "2.0.3", + "version": "3.0.0", "description": "Shared library of components for building an IPFS gateway in Cloudflare workers.", "main": "src/index.js", "type": "module",