Skip to content

Commit 73a14cd

Browse files
authored
chore: release v1.10.1 (#225)
1 parent 21872f4 commit 73a14cd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18-
- Add support for custom DNSLink resolvers (e.g. to support TLDs like `.eth`, `.crypto`). It is possible to set custom DoH resolvers by setting `RAINBOW_DNSLINK_RESOLVERS` with the same convention as Kubo's [`DNS.Resolvers`](https://github.com/ipfs/kubo/blob/master/docs/config.md#dnsresolvers) ) [#224](https://github.com/ipfs/rainbow/pull/224)
19-
2018
### Changed
2119

2220
### Fixed
@@ -27,6 +25,11 @@ The following emojis are used to highlight certain changes:
2725

2826
### Security
2927

28+
## [1.10.1]
29+
30+
### Added
31+
32+
- Add support for custom DNSLink resolvers (e.g. to support TLDs like `.eth`, `.crypto`). It is possible to set custom DoH resolvers by setting `RAINBOW_DNSLINK_RESOLVERS` with the same convention as Kubo's [`DNS.Resolvers`](https://github.com/ipfs/kubo/blob/master/docs/config.md#dnsresolvers) ) [#224](https://github.com/ipfs/rainbow/pull/224)
3033

3134
## [1.10.0]
3235

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.10.0"
2+
"version": "v1.10.1"
33
}

0 commit comments

Comments
 (0)