diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 07e120126..729808720 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "18.0.1", "packages/upload-api": "19.0.0", "packages/upload-client": "17.1.3", - "packages/w3up-client": "17.1.0", + "packages/w3up-client": "17.1.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index ff60155c8..2add5ff63 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.1.1](https://github.com/storacha/w3up/compare/w3up-client-v17.1.0...w3up-client-v17.1.1) (2024-12-20) + + +### Fixes + +* **w3up-client:** authorize agent to use space ([#1610](https://github.com/storacha/w3up/issues/1610)) ([52ceb12](https://github.com/storacha/w3up/commit/52ceb12e29e04ab76f9863c17542088291685890)) + ## [17.1.0](https://github.com/storacha/w3up/compare/w3up-client-v17.0.0...w3up-client-v17.1.0) (2024-12-19) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index bf23d1ccd..14bc832a0 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "17.1.0", + "version": "17.1.1", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",