diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f0df3659a..2cb6d2f3a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -7,6 +7,6 @@ "packages/capabilities": "1.2.0", "packages/upload-api": "1.2.0", "packages/upload-client": "1.0.2", - "packages/w3up-client": "1.0.6", + "packages/w3up-client": "1.1.0", "packages/did-mailto": "1.0.1" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 0634d3a23..369a90a4d 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/storacha/upload-service/compare/client-v1.0.6...client-v1.1.0) (2024-12-19) + + +### Features + +* content serve authorization ([#1590](https://github.com/storacha/upload-service/issues/1590)) + set default gateway ([#99](https://github.com/storacha/upload-service/issues/99)) ([6cbb202](https://github.com/storacha/upload-service/commit/6cbb2027c829189937363b374e258bb1a2b07722)) + + +### Other Changes + +* **capabilities:** top level filecoin cap ([#105](https://github.com/storacha/upload-service/issues/105)) ([671a411](https://github.com/storacha/upload-service/commit/671a411c94f18eb6498a1751eebed7b4d4ea0c35)) +* **main:** release client 1.0.6 ([27cb383](https://github.com/storacha/upload-service/commit/27cb383ea5aae32ca44cc2986f781458130fbffb)) +* **main:** release client 1.0.6 ([#104](https://github.com/storacha/upload-service/issues/104)) ([07f27a2](https://github.com/storacha/upload-service/commit/07f27a22a942bde67b55e785b2e3785906d63422)) +* **main:** release upload-api 1.1.8 ([#103](https://github.com/storacha/upload-service/issues/103)) ([e71494a](https://github.com/storacha/upload-service/commit/e71494a12fbd6a93bf2871eec1b101d4b02af38f)) + ## [1.0.6](https://github.com/storacha/upload-service/compare/client-v1.0.5...client-v1.0.6) (2024-12-12) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index ee618bf54..9f7570a85 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/client", - "version": "1.0.6", + "version": "1.1.0", "description": "Client for the storacha.network w3up api", "license": "Apache-2.0 OR MIT", "type": "module",