diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2cb6d2f3a..22086bfa1 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "1.0.0", "packages/blob-index": "1.0.0", - "packages/cli": "1.0.1", + "packages/cli": "1.1.0", "packages/filecoin-api": "1.1.0", "packages/filecoin-client": "1.0.1", "packages/capabilities": "1.2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 804faab64..f8bc9a822 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/storacha/upload-service/compare/cli-v1.0.1...cli-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 + +* **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 ([aec53e7](https://github.com/storacha/upload-service/commit/aec53e714ea581421e1c55a6e282b765f5badaaa)) +* **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.1](https://github.com/storacha/upload-service/compare/cli-v1.0.0...cli-v1.0.1) (2024-11-13) diff --git a/packages/cli/package.json b/packages/cli/package.json index d961aa658..1176d39e7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@storacha/cli", "type": "module", - "version": "1.0.1", + "version": "1.1.0", "license": "Apache-2.0 OR MIT", "description": "Command Line Interface to the Storacha Network", "bin": {