Skip to content

Commit 9c22812

Browse files
authored
Merge pull request #501 from ipfs/release
Merge Release v0.14.0
2 parents 08b11e5 + 07c5719 commit 9c22812

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ The following emojis are used to highlight certain changes:
1616

1717
### Added
1818

19+
### Changed
20+
21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
## [v0.14.0]
28+
29+
### Added
30+
1931
* `boxo/gateway`:
2032
* A new `WithResolver(...)` option can be used with `NewBlocksBackend(...)` allowing the user to pass their custom `Resolver` implementation.
2133
* The gateway now sets a `Cache-Control` header for requests under the `/ipns/` namespace if the TTL for the corresponding IPNS Records or DNSLink entities is known.

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.13.1"
2+
"version": "v0.14.0"
33
}

0 commit comments

Comments
 (0)