Skip to content

Commit

Permalink
Merge pull request #403 from ipfs/merge-release-v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Jun 29, 2023
2 parents fdad9f9 + 73193c4 commit cfcbdbc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,31 @@ None.

### Fixed

### Security

## [0.10.2] - 2023-06-29

### Fixed

- Gateway: include CORS on subdomain redirects.
- Gateway: ensure 'X-Ipfs-Root' header is valid.

## [0.10.1] - 2023-06-19

### Added

None.

### Changed

None.

### Removed

None.

### Fixed

- Allow CAR requests with a path when `DeserializedResponses` is `false`.

### Security
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.10.1"
"version": "v0.10.2"
}

0 comments on commit cfcbdbc

Please sign in to comment.