diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71e95baf..978d5713 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9613f0..d946d85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.20.1](https://github.com/filecoin-project/filecoin-pin/compare/v0.20.0...v0.20.1) (2026-04-03) + + +### Features + +* **server:** check optional bearer access token ([#382](https://github.com/filecoin-project/filecoin-pin/issues/382)) ([67ee879](https://github.com/filecoin-project/filecoin-pin/commit/67ee87940386c34a124e7b00a12f08cf0a54fcc7)) + + +### Bug Fixes + +* **identify:** handle many origins ([#386](https://github.com/filecoin-project/filecoin-pin/issues/386)) ([1a80f7d](https://github.com/filecoin-project/filecoin-pin/commit/1a80f7d2cca64bf9ef7378472a6d61e6fbbfffa2)) + + +### Chores + +* **deps:** bump @helia/block-brokers from 5.1.3 to 5.1.4 ([#387](https://github.com/filecoin-project/filecoin-pin/issues/387)) ([b4964dc](https://github.com/filecoin-project/filecoin-pin/commit/b4964dc6b737a2bd9c2eb003a9cba2bf9082db1e)) +* **deps:** bump @helia/unixfs from 7.0.4 to 7.1.0 ([#391](https://github.com/filecoin-project/filecoin-pin/issues/391)) ([27941cd](https://github.com/filecoin-project/filecoin-pin/commit/27941cde7618037397516df0c11c9e461358f212)) +* **deps:** bump @sentry/node from 10.43.0 to 10.45.0 ([#390](https://github.com/filecoin-project/filecoin-pin/issues/390)) ([abcbf19](https://github.com/filecoin-project/filecoin-pin/commit/abcbf196461d7b808a5a5b8866ba7504f4e0083b)) +* **deps:** bump actions/configure-pages from 5 to 6 ([#397](https://github.com/filecoin-project/filecoin-pin/issues/397)) ([c70fde4](https://github.com/filecoin-project/filecoin-pin/commit/c70fde4e131d294c9e30fe6ac4df9a52319fa392)) +* **deps:** bump actions/deploy-pages from 4 to 5 ([#396](https://github.com/filecoin-project/filecoin-pin/issues/396)) ([b757b1b](https://github.com/filecoin-project/filecoin-pin/commit/b757b1b77f7942e5a423014c346b48225ada84b0)) +* **deps:** bump fastify from 5.8.2 to 5.8.4 ([#389](https://github.com/filecoin-project/filecoin-pin/issues/389)) ([efb5889](https://github.com/filecoin-project/filecoin-pin/commit/efb5889676a2fdda22a65e180643811fb82929be)) +* **deps:** bump helia from 6.0.21 to 6.0.22 ([#388](https://github.com/filecoin-project/filecoin-pin/issues/388)) ([2f40e9b](https://github.com/filecoin-project/filecoin-pin/commit/2f40e9bb93ae6471e5352bb2470884ca9697bfef)) +* **deps:** bump pnpm/action-setup from 4 to 5 ([#398](https://github.com/filecoin-project/filecoin-pin/issues/398)) ([51c3e9a](https://github.com/filecoin-project/filecoin-pin/commit/51c3e9a96dda449fbf9531514f38ea34b4b8cb9e)) + ## [0.20.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.19.0...v0.20.0) (2026-03-31) diff --git a/package.json b/package.json index 9c11e250..c7ab8d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filecoin-pin", - "version": "0.20.0", + "version": "0.20.1", "description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools", "type": "module", "packageManager": "pnpm@10.32.1",