diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index efe26db04..0ccd3a6fe 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "10.1.0", "packages/upload-api": "6.0.0", "packages/upload-client": "10.0.1", - "packages/w3up-client": "9.0.0", + "packages/w3up-client": "9.1.0", "packages/did-mailto": "2.0.1" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index f26aa4723..85a736bd3 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [9.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.0.0...w3up-client-v9.1.0) (2023-10-19) + + +### Features + +* add revocation to access-client and w3up-client ([#975](https://github.com/web3-storage/w3up/issues/975)) ([6c877aa](https://github.com/web3-storage/w3up/commit/6c877aac78eddb924e999dc3270cba010e48e30a)) + + +### Bug Fixes + +* update README to reflect authorize-first flow ([#961](https://github.com/web3-storage/w3up/issues/961)) ([9f59720](https://github.com/web3-storage/w3up/commit/9f59720890e38cf225794a4893b803532c916c50)) + ## [9.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v8.1.0...w3up-client-v9.0.0) (2023-10-18) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index cf2d0c395..346ad5681 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "9.0.0", + "version": "9.1.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",