diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index cb6a8b5a3..55e94dbdf 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "18.0.0", "packages/upload-api": "19.0.0", "packages/upload-client": "17.1.2", - "packages/w3up-client": "16.5.2", + "packages/w3up-client": "17.0.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 89f1a9a89..8e42e31aa 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [17.0.0](https://github.com/storacha/w3up/compare/w3up-client-v16.5.2...w3up-client-v17.0.0) (2024-12-09) + + +### ⚠ BREAKING CHANGES + +* content serve authorization ([#1590](https://github.com/storacha/w3up/issues/1590)) + +### Features + +* content serve authorization ([#1590](https://github.com/storacha/w3up/issues/1590)) ([8b553a5](https://github.com/storacha/w3up/commit/8b553a53253f55a3f0a2980557fa5c3b92427f3f)) + ## [16.5.2](https://github.com/storacha/w3up/compare/w3up-client-v16.5.1...w3up-client-v16.5.2) (2024-11-29) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index db34b4542..0fb38e4a6 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "16.5.2", + "version": "17.0.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",